OK, I understand it now. Although I cannot get the code to compile, is there a piece of syntax missing? This is the error I am getting.
Quote:
|
Originally Posted by Dev-C++ 4.9.9.2
[LINKER ERROR] unidentified reference to 'EnumProcessModules@16'
[LINKER ERROR] unidentified reference to 'GetModuleBaseNameA@16'
[LINKER ERROR] unidentified reference to 'EnumProcesses@12'
Id returned 1 exit status
|
These are new expressions to me and I am flying blind trying to get them to work.
Is there a DLL or other file that must be included?
Thanks,
-BB98