Re: (newbie)cocoa and darwin 6.0....
Re: (newbie)cocoa and darwin 6.0....
- Subject: Re: (newbie)cocoa and darwin 6.0....
- From: Finlay Dobbie <email@hidden>
- Date: Sat, 19 Oct 2002 10:53:11 +0100
On Saturday, October 19, 2002, at 03:31 am, email@hidden wrote:
There is an open source working version of Core Foundation for Darwin
which has been ported to some other platforms. The only difference
between it and the closed-source version of CF is the closed version
supports conversion of CFURLs to and from FSRefs which is very useful.
That is incorrect. CF-Lite is missing lots of functionality of CF.
CFNotification springs to mind as the most obvious example, but there
may be others.
I still don't know how to create an FSRef without closed source libs
|-(
See File Manager... For example, FSPathMakeRef. In fact, the code for
CFURLCopyFSRef *IS* in CF-Lite (CoreFoundation/URL.subproj/URL.c, near
the bottom), it's just #ifdef'd out.
-- Finlay
_______________________________________________
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.