[CLN-list] Using CLN in Objective-C

Ron Garret ron at flownet.com
Tue Oct 30 23:45:09 CET 2007


On Oct 30, 2007, at 3:39 PM, Richard B. Kreckel wrote:

> Ron Garret wrote:
>> I would like to use CLN in an Objctive-C project that makes use of  
>> the new garbage collector available in Mac OS X Leopard.  Based on  
>> what I currently know, it seems like it should be a pretty  
>> straightforward task to create a thin wrapper in ObjC for CLN  
>> objects so that the CLN object is properly disposed of when the  
>> wrapper object is garbage collected.
>
> I am ignorant of Objective-C, but wrapping those refcounted objects  
> inside some other garbage collecting scheme is usually fairly  
> painless.
>
> I'm supposing you are sticking to the public interface as defined in  
> the installed header files.
>

Yep.

> Luck

Thanks!

rg



More information about the CLN-list mailing list