Thanks for your tips,

I changed the WIN32_WINNT definitions in the vcproj files, and now that's not 
the problem any more :).

Still facing the following errors:

----
Error   3       fatal error C1083: Cannot open include file: 'dxtrans.h': No 
such file or directory     c:\program files\microsoft 
sdks\windows\v6.0a\include\qedit.h   498     ArOpenSG

On that i found out that this should be part of the older directX sdks, but is 
gone with the newer (DX 10, DX 11) ones, and is still not fixed in the Windows 
SDK. 
I'll try to fix that using DX9 SDK in the next days. Will keep you updated if 
that worked.
----
Error   2       fatal error C1083: Cannot open source file: 'WIN32': No such 
file or directory  c1xx    ArOpenSG

On that i don't have a clue.

Cheers,
Georg

-----Ursprüngliche Nachricht-----
Von: Gerrit Voß [mailto:vo...@vossg.org] 
Gesendet: Mittwoch, 05. Mai 2010 16:58
An: opensg-users@lists.sourceforge.net
Betreff: Re: [Opensg-users] ARToolkit Example from OpenSG 1.8 with W7 and VS2k8


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
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users


------------------------------------------------------------------------------
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to