Re: Dynamic library vs Framework ?
Re: Dynamic library vs Framework ?
- Subject: Re: Dynamic library vs Framework ?
- From: j o a r <email@hidden>
- Date: Wed, 8 Mar 2006 17:40:26 +0100
On 8 mar 2006, at 17.13, Sean McBride wrote:
A framework is a dynamic library stored in a special folder structure
that also lets you keep the header files that clients of the library
use. A framework is nice because it puts everything in one folder, I
would usually prefer a framework.
And not only header files, more importantly perhaps, is that you can
bundle images, audio files, nib files, localized files, et.c. with
the binary in one neat package. So, if you're only packing code,
perhaps it doesn't matter, but for most things, you would benefit
from using a bundled delivery vehicle.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden