Running into preprocessor "#error" statment while

Started by Leo.Robusto, October 15, 2008, 21:29:33

Previous topic - Next topic

Leo.Robusto

Hello fellows,

I use Vista and a Visual Studio 2008 Professional  90 days trial realease.


All works well until I run into a preprocessor "#error " line

4>------ Erstellen gestartet: Projekt: mptrack, Konfiguration: Debug Win32 ------
4>Kompilieren...
4>StdAfx.cpp
4>c:\program files\microsoft sdks\windows\v6.0a\include\sdkddkver.h(217) : fatal error C1189: #error :  _WIN32_WINNT settings conflicts with _WIN32_IE setting


The localition of the error is here:
#if ((_WIN32_WINNT < _WIN32_WINNT_WIN2K) && (_WIN32_IE > _WIN32_IE_IE60SP1))
#error _WIN32_WINNT settings conflicts with _WIN32_IE setting
#endif

Do I have to set a Proprocessor define?

Yours,
   Leo
The Answer is out there - "The X-Files"

Relabsoluness

This was supposed to be fixed in SVN(see stdafx.h, lines 15-19), do you have the latest revision?