30 Oct
2007
30 Oct
'07
11:45 p.m.
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