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... > Is the DirectX SDK needed for the DirectShowFrameGrabber? hm, I don't know, but I would guess so. Cheers, Carsten ------------------------------------------------------------------------------ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
