Borland C 5.02 is what im actually using. My problem is I can't import and use the PSAPI fuctions (EnumProcesses, GetModuleBaseName, etc...). i included the file PSAPI.H in my INCLUDE directory, import32.lib in my LIBRARY dir and tried to compile this code:
#include <PSAPI.h>
void getprocID(){
EnumProcesses (...);
.
.
.
}
...and error was occured.