Re: [OT] Building a dynamic library
Re: [OT] Building a dynamic library
- Subject: Re: [OT] Building a dynamic library
- From: Chris Hanson <email@hidden>
- Date: Tue, 26 Nov 2002 20:43:46 -0600
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.)
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/>.
-- Chris
--
Chris Hanson | Email: email@hidden
bDistributed.com, Inc. | Phone: +1-847-372-3955
Making Business Distributed | Fax: +1-847-589-3738
http://bdistributed.com/ | Personal Email: email@hidden
_______________________________________________
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.