Re: [osg-users] Cryptic png plugin loading error resolved

2009-09-02 Thread Jean-Sébastien Guay
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_

[osg-users] Cryptic png plugin loading error resolved

2009-09-02 Thread Dženan Zukić
Hi, 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. Tracing the execution led me to failure of LoadLibrary from Windows API. I created a new pro