wxPluginLibrary uses ?

Carl Godkin cgodkin at gmail.com
Tue Dec 11 07:31:30 PST 2007


On Dec 2, 2007 8:30 AM, Stefan Csomor <Csomor at advancedconcepts.ch> wrote:

> Hi
>
> now the same question for a broader audience - not only mac ... who is
> using wxPluginLibrary on which systems and how ? did you want to use
> it but stumbled over problems ?
>

Hi Stefan,

I am a little behind on this mailing list but just in case you are still
collecting
use cases, I have one.

I needed a plugin architecture for some work here and didn't find much in
wxWidgets
that specifically spoke to a plugins (aside from a few references to
wxPluginXXX
that didn't seem to lead anywhere) so I looked elsewhere.

I found a very nice article here:
    http://www.nuclex.org/articles/building-a-better-plugin-architecture
and I converted his example to use wxDynamicLibrary instead of the native
MSW
calls and it worked great.

I use wxDynamicLibrary::Load(), IsLoaded(), GetSymbol(), and Unload().

Thanks,

carl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20071211/aad=
c996f/attachment.htm


More information about the wx-users mailing list