[osg-users] problem loading png images with osg 2.6

2008-09-09 Thread David _
Hi Using Vista 32 bits and visual studio 2005 we´re using a lot of intersections in our project, so we decided to move to osg 2.6 to test the new kdtree functionality we´re unable to load png´s right now, which is a little wierd cause i can see in the visual studio output window that the

Re: [osg-users] problem loading png images with osg 2.6

2008-09-09 Thread Gordon Tomlinson
__ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David _ Sent: Tuesday, September 09, 2008 6:10 AM To: osg-users@lists.openscenegraph.org Subject: [osg-users] problem loading png images with osg 2.6 Hi Using Vista 32 bits

Re: [osg-users] problem loading png images with osg 2.6

2008-09-09 Thread Glenn Waldron
David, Make sure that libpng13.dll is in your path as well. It is in the 3rd party libraries distribution. Glenn On Tue, Sep 9, 2008 at 6:10 AM, David _ [EMAIL PROTECTED] wrote: Hi Using Vista 32 bits and visual studio 2005 we´re using a lot of intersections in our project, so we decided

Re: [osg-users] problem loading png images with osg 2.6

2008-09-09 Thread Jean-Sébastien Guay
Hi David, we´re unable to load png´s right now, which is a little wierd cause i can see in the visual studio output window that the right osgdb_png.dll osgbdb plugin is being loaded Since you're using VS 2005, the 3rd party deps are OK so you at least pass that frequently asked question

Re: [osg-users] problem loading png images with osg 2.6

2008-09-09 Thread Jean-Sébastien Guay
Hi David, Look in the archives for similar questions, I had a similar problem in the past which is that even though osgdb_png.dll is loaded, it depends on libpng12.dll, and if the version of that DLL that it finds is different than the version that osgdb_png.dll was compiled with, it won't