Re: [Opensg-users] OpenSG MSVC 7.0 and GLUT

2005-07-07 Thread Andreas Zieringer
Hi Aron, is this software package just a lib or the whole app? I'm compiling my app and OpenSG with MSVC 7.1 and linking it against libs compiled with icl 6.0, MSVC 6.0 and gcc without any problems. Andreas Updraging to MSVC 7.1 is not an option for me. I am working with a software package

Re: [Opensg-users] OpenSG MSVC 7.0 and GLUT

2005-07-06 Thread Aron Bierbaum
Updraging to MSVC 7.1 is not an option for me. I am working with a software package that was only compiled with MSVC 7.0. I wish that it could be that easy. :( Thanks, Aron Matthias Stiller wrote: Hallo Aron, AFAIK MSVC 7.0 was buggy. Upgrade to 7.1 Regards Matthias On Wednesday 06 July

Re: [Opensg-users] OpenSG MSVC 7.0 and GLUT

2005-07-06 Thread Matthias Stiller
Hallo Aron, AFAIK MSVC 7.0 was buggy. Upgrade to 7.1 Regards Matthias On Wednesday 06 July 2005 18:14, Aron Bierbaum wrote: > Whenever I try to compile OpenSG from CVS using Visual Studio .NET > 7.0 I get very odd behavior when handling GLUT window events. When > using the SimpleSceneManager I

[Opensg-users] OpenSG MSVC 7.0 and GLUT

2005-07-06 Thread Aron Bierbaum
Whenever I try to compile OpenSG from CVS using Visual Studio .NET 7.0 I get very odd behavior when handling GLUT window events. When using the SimpleSceneManager I can only use the middle button to move the model on the XY plane. Rotation and zooming don't seem to work. Has anyone seen this be