Why do Process32First & Process32Next (tlhelp.h) come up undefined reference to Process32First/Next@8 in Dev C++ 5 (beta)
You have to link with the library. Add:
-lth32
to your linker command line.
JMan
Log in to post a comment.
Why do Process32First & Process32Next (tlhelp.h) come up undefined reference to Process32First/Next@8 in Dev C++ 5 (beta)
You have to link with the library. Add:
-lth32
to your linker command line.
JMan