Re: Prevent Plug-In from Linking Against App
Re: Prevent Plug-In from Linking Against App
- Subject: Re: Prevent Plug-In from Linking Against App
- From: lbland <email@hidden>
- Date: Fri, 13 Nov 2009 10:28:36 -0500
On Nov 13, 2009, at 10:00 AM, Stefan Wiegand wrote:
> Hi,
>
> I am loading a plug-in via OpenComponent into an application consisting of multiple frameworks.
> Both the plug-in and the app are using Boost, but different versions and compiled with different settings (It seems that the component loads a dylib using Boost).
> Now, when the plug-in is loaded, it links against the app and its frameworks.
> Is there a way to prevent this behavior?
hi-
I do not know of a namespace mechanism for the dyld, so the answer may be no.
The way to manage separate namespaces in a process is to break the process up, i.e.: use a service and IPC.
We do that to prevent this issue: name and version clashing.
Maybe I did not interpret your problem correctly though.
thanks!-
-lance
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden