[wx-dev] [wxMac] who is using wxDynamicLibrary and how ?
Steven Van Ingelgem
steven at vaningelgem.be
Sun Dec 2 13:19:38 PST 2007
I used it a while ago on MSW to load plugins for a program of mine. I
just looked up functions with a specific signature in the DLL.
On 12/2/07, Vadim Zeitlin <vadim at wxwidgets.org> wrote:
> On Sun, 2 Dec 2007 17:09:57 +0100 Stefan Csomor <csomor at advancedconcepts.ch> wrote:
>
> SC> I'd like to ask how the current usage of wxDynamicLibrary is by wxMac
> SC> users, which types of libraries are you loading dynamically, and if
> SC> you had troubles - which ones did you have ?
>
> I don't really use it (I'm afraid it needs more work than I can afford to
> be really nice under OS X...) but Mahogany uses wxDynamicLibrary to load
> its loadable modules which are built using "-dynamiclib -undefined suppress
> -flat_namespace -bind_at_load" flags. I don't remember why all of those
> were needed ("-undefined suppress" probably because the modules use the
> symbols from the main binary) but I do remember spending some time on this
> a few years ago and making sure that it worked correctly.
>
> Regards,
> VZ
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-dev-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-dev-help at lists.wxwidgets.org
>
>
More information about the wx-dev
mailing list