Hi,

I have a problem with osg_ived.dll in 3.4.0 version.

As I'm trying to launch this code to open .ive file

Code:
osg::ref_ptr<osg::Node> model = 
osgDB::readNodeFile(modelFileName.toStdString());



I get this error in cmd:

> 
> FindFileInPath() : USING %projectpath%\osgPlugins-3.4.0\osgdb_ived.dll
> DynamicLibrary::failed loading "osgPlugins-3.4.0/osgdb_ived.dll"


On version 3.2.2 it worked fine, error occures only in 3.4.0.
Compiler is MSVC 14.0, OS is Win10, project is 32-bit.

Thank you!

Cheers,
Lyubov

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=69284#69284





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to