Solution:
// For Visual C++ 6.0 Compatible and also Upper Version
#ifndef VK_OEM_MINUS
#define VK_OEM_MINUS 0xBD // '-' any country
#endif
#ifndef VK_OEM_PERIOD
#define VK_OEM_PERIOD 0xBE // '.' any country
#endif
#define IDC_HAND MAKEINTRESOURCE(32649)

No comments:
Post a Comment