Hi Luigi, On 12/12/06, Luigi Calori <[EMAIL PROTECTED]> wrote:
I would be interested in hints on wrapping an osg application into a .ddl or .so to be loaded (and eventually unloaded) at runtime. Is there a cross platform solution? Is the code used in osgDB::DynamicLibrary a good starting point? I would like being able to load at runtime a cerain version of my app, based on a certain version of osg and eventually unload it and reload a different version. Does this make sense at all?
If you wish to load different versions of the OSG then this means different versions of osgDB so the DynmaicLibrary code would straight away be a problem point. The type of code inside osgDB::DynamicLibrary would not be a bad starting point as it is cross platform, so you want to recreate something similiar yourself. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
