Re: Loadable bundles and common files
Re: Loadable bundles and common files
- Subject: Re: Loadable bundles and common files
- From: Christian Schneider <email@hidden>
- Date: Mon, 8 Nov 2004 20:27:18 +0100
Uli,
thanks for your answer.
On Mon, 8 Nov 2004 15:58:44 +0100, M. Uli Kusterer
<email@hidden> wrote:
> At 11:25 Uhr +0100 08.11.2004, Christian Schneider wrote:
> >Is it possible that the fact that both bundles use code from the main
> >app causes problems; I didn't get round to making all the frameworks I
> >need.
>
> You can't include the source files in both frameworks. You'll have
> to put them in a shared framework and have everyone who wants to use
> them link to that.
>
that's what I thought but - not being terribly familiar with all that
icky low level stuff - I'd like to know what exactly is the problem
here.
> >Do the frameworks have to be copied into the
> >bundles as well or if not how do I specify the path to them.
>
> You'll have to set the bundle's path to
> @executable_path/...blahblah..., as with any embedded framework. I'm
> not sure, though, whether the @executable_path is the current
> application, or whether it is the library in the case of a framework.
> So it may not be possible at all. But I think it was the app's path
> that is used in that case.
OK thanks, I'll fiddle around a bit until it fits.
Best regards
chris
_______________________________________________
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