question on bundles and frameworks...
question on bundles and frameworks...
- Subject: question on bundles and frameworks...
- From: Steve Mykytyn <email@hidden>
- Date: Tue, 10 Dec 2002 15:19:31 -0800
i can't decide if this is obvious or not after considerable searching -
any help would be appreciated.
I have a Cocoa app, call it A, that load several bundles, call them B,
C, D, and E, each of which contains several plug-ins that all conform
to the same protocol. It is likely that in the future there will be
more such bundles. The bundles B, C, D, and E are loaded at run-time.
There is a small set of C functions that it would be nice for B, C, D,
and E to have access to. Not a huge amount of code. Would it be best
to:
1. build them directly into each bundle B, C, D, and E?
2. build them into a framework F, which could be accessed by B, C, D,
and E, and the application A as well?
It's not clear to me how to do #2 in a non-dopey way.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.