Re: Organizing an Xcode template and frameworks for plugin development kit
Re: Organizing an Xcode template and frameworks for plugin development kit
- Subject: Re: Organizing an Xcode template and frameworks for plugin development kit
- From: Rick Hoge <email@hidden>
- Date: Sat, 18 Sep 2004 23:05:40 -0400
Thanks, Brent!
I'm pretty confident that the SDK only needs to have the interface
files (headers) for the plug-in code to compile correctly. If your app
has the library code loaded (I'll assume such), then when the plug-in
is loaded dyld should resolve the references OK. The framework code
isn't needed during compile time, only run time.
I was under the impression that for the plugin to compile and link, it
would need access to the framework. On the other hand since it is
dynamically loaded, does it actually link???
Now if the plug-in developer wants to write test tools/apps then
that's another story. But in any case, as long as the framework is
somewhere on the framework search paths, I think you're fine.
I'm sure I'll be corrected if I'm wrong on some point.
--
Brent Gulanowski
http://www.boredastronaut.com
_______________________________________________
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