On Thu, Jan 31, 2013 at 9:56 AM, lucie lemonnier <[email protected]>wrote:
> Hello, > I compiled OpenSceneGraph-3.0.1 with the vrml plugin with Visual Studio > 2010. I compiled openvrml-0.18.9 with boost_1_47. When I try to load a vrml > model (osgviewer.exe object.wrl), I have this error : > > FindFileInPath() : trying > C:\Osg_Source\OpenSceneGraph\bin\osgPlugins-3.0.1\osgdb_vrml.dll ... > FindFileInPath() : USING > C:\Osg_Source\OpenSceneGraph\bin\osgPlugins-3.0.1\osgdb_vrml.dll > DynamicLibrary::failed loading "osgPlugins-3.0.1/osgdb_vrml.dll" > Warning: Could not find plugin to read objects from file > "C:\Osg_Source\OpenSceneGraph\bin\object.wrl". > > Make sure that the OpenVRML DLLs are in the path too if you didn't use static OpenVRML. The loading usually fails like that if it cannot find some DLL that some dependency of the plugin (or a dependency of a dependency ...) needs. That could be OpenVRML, Boost DLLs, etc. Jan
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

