wxPluginLibrary uses ?
Stefan Csomor
csomor at advancedconcepts.ch
Tue Dec 11 07:58:51 PST 2007
Hi
it is a layered system, wxDynamicLibrary basically allows to use any
shared library, load it, resolve symbols etc. This level is mostly used.
wxPluginLibrary would be wx based shared libraries, where eg special
care would be taken that the runtime-type information is updated
correctly, modules get initialized etc., and also cleaned-up correctly
when this plug-in would be unloaded. These library can expose
'pluggable' objects, whose instantiations are counted, so that no code
gets unloaded while objects are still in existance. The
wxPluginManager is the instance that takes care of loading/unloading
wxPluginLibraries. I was wondering whether there are already/still
users for these parts.
Thanks,
Stefan
On 11.12.2007, at 16:40, Brian Vanderburg II wrote:
> I haven't been following this discussion very directly, but have a
> question: What is the difference between wxDynamicLibrary,
> wxPluginLibrary, and wxPluginManager, and where should one be used
> over the others?
>
> Brian Vanderburg II
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>
More information about the wx-users
mailing list