ModPlug Central

OpenMPT => Development Corner => Topic started by: Leo.Robusto on October 15, 2008, 21:29:33

Title: Running into preprocessor "#error" statment while
Post by: Leo.Robusto on October 15, 2008, 21:29:33
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
Title: Running into preprocessor "#error" statment while
Post by: Relabsoluness on October 16, 2008, 20:55:36
This was supposed to be fixed in SVN(see stdafx.h, lines 15-19), do you have the latest revision?