Re: [osg-users] OpenSceneGraph for Beginners tutorial help requested

2012-12-05 Thread Seth Hays
Thanks for the feed back. I tried the new CMakeList.txt file provided without much luck. I changed it back and then double checked that I was using the release version (the version without the d's at the end) and that is correct. I have the precompiled version for win x64 and my environment

[osg-users] OpenSceneGraph for Beginners tutorial help requested

2012-10-30 Thread Seth Hays
Hi, I've been working with the OSG Beginners book. I am trying to get the first program to run but I continually get a bad alloc error: Code: Microsoft C++ exception: std::bad_alloc at memory location 0x00a1d4f0.. The break point is: Code: inline osg::Node* readNodeFile(const

Re: [osg-users] OpenSceneGraph for Beginners tutorial help requested

2012-10-30 Thread Wuerfel, Hannes
-boun...@lists.openscenegraph.org [osg-users-boun...@lists.openscenegraph.org] im Auftrag von Seth Hays [hays@gmail.com] Gesendet: Montag, 29. Oktober 2012 02:47 An: osg-users@lists.openscenegraph.org Betreff: [osg-users] OpenSceneGraph for Beginners tutorial help requested Hi, I've been working

Re: [osg-users] OpenSceneGraph for Beginners tutorial help requested

2012-10-30 Thread Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC
-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Seth Hays Sent: Sunday, October 28, 2012 7:48 PM To: osg-users@lists.openscenegraph.org Subject: [osg-users] OpenSceneGraph for Beginners tutorial help requested Hi, I've been working