Re: what's difference and relationship between CoreFoundation and Fou ndation framework
Re: what's difference and relationship between CoreFoundation and Fou ndation framework
- Subject: Re: what's difference and relationship between CoreFoundation and Fou ndation framework
- From: Alykhan Jetha <email@hidden>
- Date: Wed, 5 Sep 2001 10:13:17 -0400
Foundation and other Cocoa API are available from the command
line. There are many many command line utilities based on
Foundation and other other Cocoa API (i.e. eogenerator).
On Wednesday, September 5, 2001, at 08:31 AM, Chad Jones wrote:
Probably the largest difference is that Foundation is a
Cocoa-only set API calls (can't be used from carbon,
command-line etc.) where as CoreFoundation can be used by all
types of programming on OSX. Also, the type of objects the two
use are very different because of the compatibility difference
between the rest of the system.