Hello Dženan,

While debugging a project today, I came to realize that 3rd party bin folder 
has to be in the path. If it is not, png plugin does not load, and within 
osg-using project you have no warning of this.

Actually, if you set OSG_NOTIFY_LEVEL=DEBUG, you will see that osg loads osgdb_png.dll but then it returns an error. So you can deduce that it couldn't find a dependency of osgdb_png.dll. But I agree, that's not really clear and you have to know that the png plugin has an external dependency...

Good work finding it. I generally just copy the 3rdparty/bin/*.dll into osg/bin instead of adding another directory to my path...

J-S
--
______________________________________________________
Jean-Sebastien Guay    jean-sebastien.g...@cm-labs.com
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to