[osg-users] Building static osg and dynamic plugins dlls

2008-08-28 Thread Schmidt, Richard
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

Re: [osg-users] Building static osg and dynamic plugins dlls

2008-08-28 Thread Robert Osfield
Hi Richard, On Thu, Aug 28, 2008 at 1:11 PM, Schmidt, Richard [EMAIL PROTECTED] wrote: 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