View Single Post
Old Feb 24th, 2006, 8:49 AM   #8
badbasser98
Hobbyist Programmer
 
Join Date: Mar 2005
Location: United States
Posts: 124
Rep Power: 4 badbasser98 is on a distinguished road
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
__________________
Learning to use C++ and loving every minute of it.
badbasser98 is offline   Reply With Quote