Re: Dylib and parent application symbol access
Re: Dylib and parent application symbol access
- Subject: Re: Dylib and parent application symbol access
- From: Wade Tregaskis <email@hidden>
- Date: Mon, 09 Jan 2012 16:04:06 -0800
> I have an application APP which exports symbols to a runtime loadable dylib LIB.
> LIB is a plugin for APP.
> LIB won't link because it can't find APP's symbols.
The typical way to do plugins is to create a framework that's included with the app, that the plug-in links against. See for example this tutorial: http://www.cimgf.com/2008/09/17/cocoa-tutorial-adding-plugins-to-a-cocoa-application/
_______________________________________________
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