[osg-users] Plugin Problem, osgDB doesn't find plugins

2008-07-18 Thread Ariasgore
Hello, I am using VS2008 and OSG 2.5.2, compiled from source (included plugins) now I am trying to load a simple image with some code: osgDB::readImageFile(test.jpg); osgDB::readImageFile(test.png); osgDB::readImageFile(test.tga); None of those work, I always get the message Warning: Could

Re: [osg-users] Plugin Problem, osgDB doesn't find plugins

2008-07-18 Thread Jean-Sébastien Guay
Hello Ariasgore, I am using VS2008 and OSG 2.5.2, compiled from source (included plugins) Did you also compile the 3rdParty dependencies from source? There is currently no package of precompiled dependencies for VS2008, and it could be that using the precompiled 3rdParty dependencies for

Re: [osg-users] Plugin Problem, osgDB doesn't find plugins

2008-07-18 Thread Ariasgore
@lists.openscenegraph.org Subject: Re: [osg-users] Plugin Problem, osgDB doesn't find plugins Do you have the location of the missing Dll's in your path ? The location needs to be... Or place all the DLL's in the same directory as your applications exe.. See my posts on my forums about Dll search orders under

Re: [osg-users] Plugin Problem, osgDB doesn't find plugins

2008-07-18 Thread Ariasgore
-- From: Jean-Sébastien Guay [EMAIL PROTECTED] Sent: Friday, July 18, 2008 8:15 PM To: OpenSceneGraph Users osg-users@lists.openscenegraph.org Subject: Re: [osg-users] Plugin Problem, osgDB doesn't find plugins Hello Ariasgore, This is not a linking error that must be fixed

Re: [osg-users] Plugin Problem, osgDB doesn't find plugins

2008-07-18 Thread Jean-Sébastien Guay
Hello Ariasgore, Pretty akward to get the 3rd party libs. Yes, that's true... I don't use VS2008 myself, nor does Mike Weiblen (who maintains the VS2005 3rdParty binaries). You have a few options: * If you have access to it, you could install VS2005 and use that for your OSG-related

Re: [osg-users] Plugin Problem, osgDB doesn't find plugins

2008-07-18 Thread James Dickson
@lists.openscenegraph.org Subject: Re: [osg-users] Plugin Problem, osgDB doesn't find plugins Hello Ariasgore, This is not a linking error that must be fixed in the project, am i right? This is a missing dll as i suppose... You didn't say if you compiled the 3rdParty dependencies yourself