Tuesday, 10 April 2012

Dev Studio 2008 Compiler error: _WIN32_WINNT settings conflicts with _WIN32_IE setting fix

change in your stdafx.h
#define _WIN32_WINNT 0x0400
to
#define _WIN32_WINNT 0x0500

No comments:

Post a Comment