Quote:
Originally Posted by EasyFarm
Du bist ein ganz schlauer haha
Wenn ich in den Bot eine Pullfunktion einbaue, wirste auf dem server direkt gebannt und du bist der erste der heult.
Gott.. this community..
|
EasyFarm can you fix "K32getomoduleinformation" error?
This is the fix:
"If PSAPI_VERSION is 2 or greater, this function is defined as K32GetModuleBaseName in Psapi.h and exported in Kernel32.lib and Kernel32.dll. If PSAPI_VERSION is 1, this function is defined as GetModuleBaseName in Psapi.h and exported in Psapi.lib and Psapi.dll as a wrapper that calls K32GetModuleBaseName.
Programs that must run on earlier versions of Windows as well as Windows 7 and later versions should always call this function as GetModuleBaseName. To ensure correct resolution of symbols, add Psapi.lib to the TARGETLIBS macro and compile the program with -DPSAPI_VERSION=1. To use run-time dynamic linking, load Psapi.dll."