Hi

I have compiled OSG snapshot from May 30 the using MSVC 8 (.net 2005) and the examples workes fine.

I have earlier used MSVC 7.1 (.net 2003).

I am using Qt4.1 in my project and it has worked fine with 7.1.

I can compile it with with 8.0 but when I am running it it workes fine until I am setting up the OSG scene.
Then it crashes whith either string problem in readnodeFile or
in osg::ref_ptr operator = (T* ptr)
{
...
  if (tmp_ptr) tmp_ptr->unref();    //where it crashes..
...
}

Is there some link or compile flag that I have missed?

I have tried some ideas, but I can't get it to work.

regards Andreas

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to