Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
C++ pid
Hi, I'm currently working on a Dll-injector in c++. I need a way to get process ID's (pid). Taking a process snapshot and loop through the proccesses until the correct one is found could do the trick but my compiler (dev-c++) doesn't like #include <tlhelp32.h>.
Are there any other ways to get pids? If not, how can I solve the include problem?
Maybe these links can help you ;)
http://msdn2.microsoft.com/en-us/library/ms683215.aspx http://www.codeproject.com/KB/threads/getprocessid.aspx