[Semi-OT] Re: what's difference and relationship between CoreFoundation and Fou ndation framework
[Semi-OT] Re: what's difference and relationship between CoreFoundation and Fou ndation framework
- Subject: [Semi-OT] Re: what's difference and relationship between CoreFoundation and Fou ndation framework
- From: Finlay Dobbie <email@hidden>
- Date: Wed, 5 Sep 2001 18:43:31 +0100
On Wednesday, September 5, 2001, at 02:44 pm, Marcel Weiher wrote:
The only problem would be for Carbon/CFM programs that have trouble
linking to Mach-O binaries, but this has very little to do with
Foundation/CoreFoundation and can be worked around.
Well, you can get around that using CFBundle. It enables you to get
function pointers by name, and it's in CarbonLib so any CFM programs can
link against it.
-- Finlay