Hi Eron, On 7/30/07, Eron Steger <[EMAIL PROTECTED]> wrote: > Unfortunately, at least under Windows this doesn't work. I believe this > is because the plugins are separated into debug and release > directories. Consider a search for the OBJ plugin. It is located in > the following locations: > > OpenSceneGraph\lib\osgPlugins-2.1.2\debug\osgdb_objd.dll > OpenSceneGraph\lib\osgPlugins-2.1.2\release\osgdb_obj.dll > > From the look of it, osgDB isn't searching inside the debug/release > directories, instead looking for the file at > "OpenSceneGraph\lib\osgPlugins-2.1.2\osgdb_objd.dll".
This is a build problem then, something that we need to fix, all plugins should go into osgPlugins-2.1.2, and the d ending is what should be differentiating them. Perhaps Windows experts can advice how CMake should be tweaked to get VS to do the right thing. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

