Re: difference between frameworks and plugins
Re: difference between frameworks and plugins
- Subject: Re: difference between frameworks and plugins
- From: Kevin Ballard <email@hidden>
- Date: Wed, 2 Feb 2005 22:30:21 -0500
I think there's a way to ask ld to not error out about undefined
symbols. Then, assuming you load your plugins in the right order, it
*might* work to refer to symbols from one plugin in another. I really
don't know, since I've never tried it. It certainly would be safer to
just keep doing what you were before.
On Feb 2, 2005, at 4:56 PM, Jesse Grosjean wrote:
Right now I can have one plugin talk to another by using
NSClassFromString and performSelector, but I would like to set things
up so that one plugin can use the symbols defined by another plugin
and so that I get some type-checking at compile time. Is this
possible, any thoughts on how best to setup the build environment to
support this?
--
Kevin Ballard
email@hidden
http://www.tildesoft.com
http://kevin.sb.org
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden