Check out www.osgbooks.com. The OSG Quick Start Guide might be helpful  
for basic OSG concepts.

Not sure about the exception handling issue. OSG should already be  
built correctly. Perhaps you just need to rebuild your app with - 
fexceptions.
    -Paul

Sent from my iPhone

On Oct 18, 2007, at 6:54 PM, "Michael W. Hall" <[EMAIL PROTECTED]>  
wrote:

> I am new to OSG and I have just started playing with OSG.  I have
> checked out the website and have not had much luck figuring things  
> out.
> Is there a good reference on-line someone can point me to?
>
> Also, I created a KDevelop project and was using the osgBluemarble
> example as a go by.  I added the following lines to my project:
>
> Producer::ref_ptr<Producer::RenderSurface> rs;
> rs = new Producer::RenderSurface;
>
> When I tried to compile the file, the compiler reported an error on  
> line
> 58 of /usr/local/include/Producer/Referenced.  Line 58 is as follows:
>
>   else if( _refCount<0) throw 1;
>
> The error was exception handling was disabled use -fexceptions to turn
> on.
>
> Do I need to recompile OSG with this flag?  Any help is appreciated.
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to