J-S, That's interesting because we have ran a debug solution with the release OSG libs before without incident. We're using VC++ 9.0 on Vista 64 bit...
-Shayne -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jean-Sébastien Guay Sent: Friday, January 28, 2011 8:26 AM To: OpenSceneGraph Users Subject: Re: [osg-users] Linker error during execution Hi Shayne, > Unless you're debugging into OSG code, I would not use the debug libraries. > Things will run SLOOOW. Or debugging into your own code... Or any other code for that matter. With Visual Studio and default settings, you can't mix debug and release libraries / executable. They have to all match. So if he wants to debug his own code, not necessarily into OSG itself, he still has to link to the debug OSG libs. J-S -- ______________________________________________________ Jean-Sebastien Guay [email protected] http://www.cm-labs.com/ http://whitestar02.webhop.org/ _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

