Re: [osg-users] createContext Traits issue

2010-10-06 Thread Jean-Sébastien Guay
Hi Christian, You were totally correct. Thank you for your help... It's a classic mistake that we're starting to be really good at spotting :-) Glad you got it fixed. J-S -- __ Jean-Sebastien Guayjean-sebastien.g...@cm-labs.com

Re: [osg-users] createContext Traits issue

2010-10-06 Thread Christian Muggeridge
You were totally correct. Thank you for your help... Cheers, Christian -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=32487#32487 ___ osg-users mailing list osg-users@lists.openscenegraph.org http://

Re: [osg-users] createContext Traits issue

2010-10-06 Thread Jean-Sébastien Guay
Hi Christian, Has anyone ever seen this before? Did I set up my debug/release project settings incorrectly, or is this something on the osg end? Sounds like the release build of your app is using a debug compiled OSG. J-S -- __ Jean-Sebasti

[osg-users] createContext Traits issue

2010-10-06 Thread Christian Muggeridge
Hi, I'm working on a project that views osg models in a Qt window. I've stripped down the osgviewerQtWidget example built with 2.9.9 to a single, lightweight class. I have an odd problem with debug/release though. In the below code, the windowName assignment causes a crash in release, but not