[osg-users] Strange Behaviour of Virtual Planet Builder (VS c++ 2007)

2008-02-01 Thread Adrian Egli OpenSceneGraph (3D)
Hi after long time no using VP Builder i try do rebuild it on my dev system. i get strange behaviour what can be wrong ? /adegli -- Build started: Project: vpb, Configuration: Release Win32 -- Compiling... Version.cpp C:\Programme\Microsoft Visual Studio .NET 2003\Vc7\include\ostream(57

Re: [osg-users] Strange Behaviour of Virtual Planet Builder (VS c++ 2007)

2008-02-01 Thread Jean-Sébastien Guay
Hello Adrian, > after long time no using VP Builder i try do rebuild it on my dev > system. i get strange behaviour what can be wrong ? Which version of VPB is this? I have tested the latest SVN head on VC8 and it builds and runs OK. I don't have a VC7 environment to test on, but I don't see why

Re: [osg-users] Strange Behaviour of Virtual Planet Builder (VS c++ 2007)

2008-02-01 Thread Adrian Egli OpenSceneGraph (3D)
:-( 2008/2/1, Jean-Sébastien Guay <[EMAIL PROTECTED]>: > > Hello Adrian, > > after long time no using VP Builder i try do rebuild it on my dev > > system. i get strange behaviour what can be wrong ? > Which version of VPB is this? > > I have tested the latest SVN head on VC8 and it builds and runs

Re: [osg-users] Strange Behaviour of Virtual Planet Builder (VS c++ 2007)

2008-02-01 Thread Gordon Tomlinson
Firstly make sure you set /EHsc as the waring are telling to do in your project settings this should help you a lot Also note the the STL in VC6.0 and VC7.0 is very poor and most folks I work with use to use Stlport. The version of STL MS uses in VC8 is much improved and follows the spec much bett

Re: [osg-users] Strange Behaviour of Virtual Planet Builder (VS c++ 2007)

2008-02-04 Thread Adrian Egli OpenSceneGraph (3D)
Hi all, after testing and playing around with VS2007 i have not yet get a running version. what can i do, no longer supported for VS2007? or what can you propose? adegli 2008/2/1, Adrian Egli OpenSceneGraph (3D) <[EMAIL PROTECTED]>: > > :-( > > 2008/2/1, Jean-Sébastien Guay <[EMAIL PROTECTED]>:

Re: [osg-users] Strange Behaviour of Virtual Planet Builder (VS c++ 2007)

2008-02-04 Thread Jean-Sébastien Guay
Hello Adrian, > after testing and playing around with VS2007 i have not yet get a > running version. what can i do, no longer supported for VS2007? or > what can you propose? I guess you mean VS 7 (7.0/7.1) as 2007 does not exist (7.0 = .NET, 7.1 = .NET 2003, 8.0 = .NET 2005, 9.0 = .NET 2008) I