Hi,

I wonder if it's possible to build osg statically and the plugin dlls
dynamically?! Looking at the code currently it does not seem to be
possible. The main reason seems to be the static variables (like the
registry).  Instead of referencing it by the plugin, the pointer of the
registry should be injected into the dll when loading it.

 

Any other ideas? The one above seems to be a major rewrite. Another
solution would be to link completely static, which means one would lose
the whole plugin system.

 

Richard

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to