Hi Robert, Since the last changes on osgDB/FileUtils.cpp and osgDB/Registry.cpp I have a strange behaviour with the plugins loading (I work under Windows XP and Visual Studio 2005).
After an INSTALL build, all my dlls are put into the same target directory, there is no more an osgPlugins-version directory (it is the CMAKE default behaviour under Windows). Then each of my apps copy these dlls into their own base directory (the same as the application's executable file). But from this point I can't launch my application, it doesn't manage to load the plugins. The only solution I have is to add to my path the "./" location. It forces to check into the current directory. I think this behaviour is nor correct, right ? It should automatically check for the "./", or a am I obliged to put the dlls into a osgPlugins-version directory ? Thanks in advance for your help. -- Serge Lages http://www.magrathea-engine.org
_______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org