To clarify this problem, 

I have checked my environment variables and added the plugins directory to 
PATH, I also was missing zlib1.dll which I have copied to the bin directory. 
Now when I go to the command prompt and type 

"osgconv --format ive"

it comes back with a ReaderWriter for the IVE format, whereas before it popped 
up an error that zlib was missing. 

However ...

In my code it still fails to load the ReaderWriter for the IVE format. 

///////////////////
std::string plugin = 
osgDB::Registry::instance()->createLibraryNameForExtension("ive");

osgDB::Registry::LoadStatus status = 
osgDB::Registry::instance()->loadLibrary(plugin);

// Status comes back as "Not Loaded"
/////////////////////////////////////////

Is there anything I'm missing here? Thanks very much, 
Andrew

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





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

Reply via email to