wxPluginLibrary uses ?

Carlos Rodriguez Llodrá carlos at crod.dyns.cx
Tue Dec 11 12:34:40 PST 2007


Hi Stefan,

hope I'm not too late, but just wanted to say I'm successfully using 
these classes too (wxPluginLibrary and wxPluginManager) on Linux and 
Windows; not on a Mac yet, but who knows.

In my case, both the application and its plugins use wx.
Basically, each plugin has one or more "public" classes. The main app 
knows about them because each plugin also exports a "const" structure 
which contains those public class' names, and some more things (API 
version number, and so on).

Maybe I coud do the same with wxDynamicLibrary, but I found wxPlugin 
quite handy.

On the other hand, I also found one problem: little documentation.
After reading some other messages about this, I'm starting to believe I 
have duplicated or missunderstood something...


Carlos Rodriguez


On Dec 2, 2007 8:30 AM, Stefan Csomor <Csomor at advancedconcepts.ch
<mailto: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 ?




More information about the wx-users mailing list