Re: [OT] Building a dynamic library
Re: [OT] Building a dynamic library
- Subject: Re: [OT] Building a dynamic library
- From: Matthew Smith <email@hidden>
- Date: Wed, 27 Nov 2002 13:53:34 +1100
>
At 12:26 PM +1100 11/27/02, Matthew Smith wrote:
>
> Hello, I'm trying to build my own dynamic library, but am not sure how to
>
> set up project builder to do it...
>
>
If you're doing Cocoa development, you should probably create a
>
framework, not a dynamic library. (Even if you're not doing Cocoa
>
development, a framework is likely to be easier and more appropriate
>
to create. You can bundle headers, documentation, etc. into a
>
framework, which you can't do with a dynamic library.)
That is a point...
>
There are Project Builder project type for both Cocoa and Carbon frameworks.
>
>
If you want an example of how to create a Cocoa framework, you can
>
check out the source code for BDControl at
>
<http://bdistributed.com/Projects/BDControl/>.
Thanks - code examples are always useful,
Cheers
Matt
_______________________________________________
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.