Hi Bric,

I compiled the osg debug libraries for better debugging output and linked them to my program. Now I do not get the error. I put the release libraries back in and the error comes back. Maybe I need to compile the release libraries with some kind of flag? I will try a few things then let you know what I find out.

Generally when a program crashes in release but not in debug, that points to an uninitialized variable. I would really put a critical eye to the code you comment out when you said you "comment out all of my osgUtil code", see if there's some variable that's not initialized correctly.

Hope this helps,

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

Reply via email to