Hi, On Wed, 2010-05-05 at 09:47 -0500, Carsten Neumann wrote: > Hello Georg, > > Georg Stevenson wrote: > > I’m trying to get the AR Toolkit example running in Windows 7 with > > Visual Studio 2008. > > > > I get the following error when trying to compile it: > > > > > > > > Error 3 fatal error C1189: #error : _WIN32_WINNT > > settings conflicts with _WIN32_IE setting c:\program files\microsoft > > sdks\windows\v6.0a\include\sdkddkver.h 217 ArOpenSG > > apparently this has something to do with the minimum windows version > required. See > <http://blogs.msdn.com/oldnewthing/archive/2007/04/11/2079137.aspx> for > some details. > > > Is there already someone who has a solution for that or can help me ? > > how are you building this code (scons/autoconf&make/project files)? The > project files in the Examples/ArOpenSG dir define WIN32_WINNT=0x0400. > They probably should request a higher value...
try at least 0x500, I bumped 2.x up recently, 0x0400 is dead and IIRC anything after vs2005 actually does not support 0x0400 any more anyway. kind regards gerrit ------------------------------------------------------------------------------ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
