hi, im trying to learn how to make a keyboard hook for C++ to improve my cheat/macro app for a game; use keyboard hook instead of GetAsyncKeyState().
where can i find the codes for this and a line by line explanation about the use of the API? many of the examples i found include StdAfx.h... which includes a whole bunch of libraries my compiler says are not there. in addition to the usage of data type "BOOL".. which isnt recognised by the compiler.
please help.