
23 Oct
2013
23 Oct
'13
8:45 p.m.
24.10.2013 0:12, Edward Diener пишет:
All that the VC++12 xp build does is allow your program to run under Windows XP. Without that configuration your program will fail if running under Windows XP. It may also set the _WIN32_WINNT macro automatically. You should try it out to see if it does. Windows SDK 7.1A:
#if !defined(_WIN32_WINNT) && !defined(_CHICAGO_) #define _WIN32_WINNT 0x0601 #endif -- Best regards, Sergey Cheban