[fpc-pascal] Re: [MacPascal] CoreFoundation Freepascal MAC OSX
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon May 6 09:35:59 CEST 2013
On 05 May 2013, at 06:20, md at rpzdesign.com wrote:
> Anybody have any success with the included units for
> CoreFoundation on Mac OSX.
>
> I was trying to use CFSetGetCount( ) function call, it is clearly
> defined in CFSet.pas
> and yet the linker error is:
>
> Identifier Not Found "CFSetGetCount"
Add {$linkframework CoreFoundation} to your application's source code.
Jonas
More information about the fpc-pascal
mailing list