the procedure entry point GetFinalPathNameByHandle could not be located in the dll kernel32.dll
??
HANDLE myapp; char path[MAX_PATH]; myapp=GetCurrentProcess(); GetFinalPathNameByHandleA(myapp,path,sizeof(path),0x0);
I am new to using DLLs and errors like this, I haven't used the windows api much.
I am using visual C++ 2008 express

New Topic/Question
Reply




MultiQuote





|