Hello,
I've been using poco's sharedlib quite extensively, and have run into an issue with managing access to singleton across DLL/EXEs. I could simply make my singletons syncronize themselves, but it would require the ability to initialize a loaded dll with a parameter (or, in my case, pass a pointer). I'm sure that others could find uses for this, and it's pretty harmless.
(:biggrin:)
[edit] to be specific, I need a void* parameter[/edit]





