Code::Blocks Forums
User forums => Help => Topic started by: ntddk on January 16, 2013, 03:09:30 am
-
MHOOK, AN API HOOKING LIBRARY http://codefromthe70s.org/mhook23.aspx
How to use it with CB?
-
From http://forums.codeblocks.org/index.php/topic,9996.0.html (http://forums.codeblocks.org/index.php/topic,9996.0.html)
1. This is NOT a general programming board. "How do I write a program that....", "Can anybody teach me how to", "I have this homework", "My program doesn't run and I don't have the slightest idea of why because I'm a C++ newcomer", "What is a compiler", "What does gcc do" is the kind of questions that is FORBIDDEN to ask.
Tim S.
-
I haven't checked the library thoroughly but, IMO, like any other library: Project Options - Search Directories - set path to library headers, Project Options - Linker Options - add *.lib files of the library to the project. Save Project. Try to compile and run.