[CLN-list] Using CLN in Objective-C

Richard B. Kreckel kreckel at ginac.de
Tue Oct 30 23:39:53 CET 2007


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.

Luck
   -richy.
-- 
Richard B. Kreckel
<http://www.ginac.de/~kreckel/>


More information about the CLN-list mailing list