Hi Héctor,
I am having some problems to load collada files into my project. I have
used the collada dom lib (libcollada14dom21) to build the plugin.
The line that is throwing the breakpoint is:
osg::ref_ptr<osg::Node> model = osgDB::readNodeFile(modelFilePath);
This line will be loading the collada plugin, as well as the collada DOM
DLLs and others the plugin depends on. So if that line is making your
app crash, I would suspect the common gotcha about linking debug and
release together (or in general, different runtimes).
So check your compile settings and make sure all your libs and DLLs
(even the collada ones and its dependencies) are differentiated between
debug and release, and that they all match in the linker settings.
Hope this helps,
J-S
--
______________________________________________________
Jean-Sebastien Guay [email protected]
http://www.cm-labs.com/
http://whitestar02.dyndns-web.com/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org