News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

How to use the "MHOOK"(AN API HOOKING LIBRARY) with CB?

Started by ntddk, January 16, 2013, 03:09:30 AM

Previous topic - Next topic

stahta01

From http://forums.next.codeblocks.org/index.php/topic,9996.0.html

Quote1. 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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Radek

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.