winXP兼容性问题
GetTickCount64 could not be located in the dynamic link library KERNEL32.dll?
The problem is that GetTickCount64 doesn’t exists in XP system.
It’s necessary to compile your application (and any library which uses GetTickCount64) with correct windows version define
targetver.h
在预处理设置中
WINVER=0x0501 |
InitializeCriticalSectionEx not located in KERNEL32.dll
The “InitializeCriticalSectionEx” function does not exist in the XP version of Kernel32.dll, even with SP3 installed. It was not introduced until Vista.