Re: [osg-users] osgDB::appendPlatformSpecificLibraryFilePaths on Windows

2007-08-11 Thread Orhun Birsoy
oup-ID programs.)" so if your plugins are in /someplace/osgPlugins-whatever/ and your LD_LIBRARY_PATH is set to /someplace/osgPlugins-whatever then using dlopen("osgdb_gif", ) will find that lib. You don't have to dlopen("/som

Re: [osg-users] osgDB::appendPlatformSpecificLibraryFilePaths on Windows

2007-08-10 Thread Orhun Birsoy
rating system already doing it if you provide just a filename? Just in case, it is possible to add "." (ie current directory) to LD_LIBRARY_PATH. (ie ".:/usr/lib"). In my experience, OSG_LIBRARY_PATH (in Registry::initLibraryFilePathList)

Re: [osg-users] osgDB::appendPlatformSpecificLibraryFilePaths on Windows

2007-08-10 Thread Orhun Birsoy
It is either whatever OSG does (ie in osgDB::findLibraryFile), or "./". It is wrong. -- Orhun Birsoy ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] osgDB::appendPlatformSpecificLibraryFilePaths on Windows

2007-08-10 Thread Orhun Birsoy
search environmental variable, something like OSG_PLUGIN_PATH. -- Orhun Birsoy ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org