On Mon, May 12, 2008 at 4:12 PM, Paul Martz <[EMAIL PROTECTED]> wrote:
> And it crashed in osg::DB at this Point
> >
> > inline osg::Node* readNodeFile(const std::string& filename)
> >
> > {
> >
> > return readNodeFile(filename,Registry::instance()->getOptions());
> > << CRASH
> >
> > }
> >
> Are you mixing a debug application with release OSG libs? That might
> cause this type of error.
>
This is most likely exactly what the problem is. I've noticed the exact
same error when I tried to use the Release libraries of the OSG with Debug
builds of the MPV in Windows.
This is incidentally why I petitioned Mike Weiblen to release the debug
import libraries and DLLs as an add-on to his OSG package[1] for WIN32
(thanks again Mike, if you're reading this they've already come in handy on
more than one occasion). The bottom line is if you want to be able to use
the MSVC debugger to debug local issues with your OSG app and you're using
the OSG as an external dependency you absolutely have to have a debug build
of the OSG available.
[1] http://mew.cx/osg
--
Philip Lowman
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org