You can build release mode with debug info, you might want to try that Also ensure you are not mixing release and debug C++ based libs/dll's as this can cause this type of release issue
____________________________________________________________________________ __ Gordon Tomlinson [email protected] IM: [email protected] www.vis-sim.com www.gordontomlinson.com ____________________________________________________________________________ __ -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Zhenwei Geng Sent: Friday, November 13, 2009 8:10 AM To: [email protected] Subject: [osg-users] why SmoothingVisitor run into exception in release mode Hi, I got a very strange problem when using osgUtil::SmoothingVisitor::smooth(); my application is in MFC framework. but it can run correctly under debug mode. when I try to compile and run it in the release mode, then osgUtil::SmoothingVisitor::smooth(*gfrm); report a big exception error and I can't debug into the library. after i press ok button on the error dialog. the Visual C++ progam change into assambly code. who can tell me how to do. I am very eager. thanks in advance. ... Thank you! Cheers, swandream ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=19609#19609 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

