Re: Can I use resource in cocoa library?
Re: Can I use resource in cocoa library?
- Subject: Re: Can I use resource in cocoa library?
- From: Michael McCracken <email@hidden>
- Date: Mon, 25 Jul 2005 18:28:29 -0700
It sounds like you need a framework, not just a library, if you want
to include a nib with your code.
Googling for "site:developer.apple.com framework" found this:
http://developer.apple.com/documentation/MacOSX/Conceptual/BPFrameworks/index.html
-mike
On 7/25/05, Fei Li <email@hidden> wrote:
> Hello all,
> I want to build a cocoa static/dynamic library to show a window. The
> reason to build it into library is this window will be used by several
> applications, so build into library is easy to share the code. But the
> trouble is seems I can't use nib file and image file in library. All
> the buttons and images I want show in window must be created
> programmatically, which makes things really complicated.
>
> Is there any way to use nib file and resource in a library? Can anybody
> direct me to some document about create a lib, bundle, frameworks? I
> search around but can't find enough information for rules to create
> them and how to use them.
>
> Thanks for any information!
> Fei
>
> _______________________________________________
> 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
>
--
Michael McCracken
UCSD CSE PhD Candidate
research: http://www.cse.ucsd.edu/~mmccrack/
misc: http://michael-mccracken.net/blog/
_______________________________________________
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