Was ist die _WIN32_WINNT? Ich hatte Probleme damit, mit GetAsyncKeyState Plus, Minus, Punkt, Komma (also VK_OEM_PLUS usw.) abzufragen, hab mal in die winuser.h geschaut und da das gefunden:
keine ahnung ob dir das weiterhilft... bin aber grad drübergestoßen und hab mich an diesen post erinnert...
C++:
#ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later. #define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows. #endif
das steht in stdafx.h
MFG kurt -- der tod ist sicher... das leben nicht... !!