Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hello folks.. i have a little probl

Status
Not open for further replies.

23925

Programmer
Jul 26, 2003
5
PH
hello folks.. i have a little problem in here.. i can't use functions in PSAPI.DLL in borland 5.02... can anybody help me???
thanks!!!
 
Well, your question is a little vague so far, what have you done in your program to set up using the dll's ?
is the relevant dll present and registered on your PC ?

K
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top