Re: address of method in a class instance
Re: address of method in a class instance
- Subject: Re: address of method in a class instance
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 6 Sep 2001 18:34:36 +0100
On Thursday, September 6, 2001, at 10:04 am, Ondra Cada wrote:
Robert S Goldsmith (RSG) wrote at Wed, 05 Sep 2001 18:52:44 +0100:
RSG> What I need is a way to get hold of the address of an ObjC
RSG> class instance member method. This way I can pass the
RSG> address and when the callback happens, the correct instance
RSG> is notified ...
RSG>
RSG> any ideas?
Yeah, an excellent one: get rid of CF and use Foundation.
This is not possible under the circumstances where he is using it. There
are, *SHOCK HORROR* reasons to use non-Cocoa functions at times, in case
you hadn't noticed.
-- Finlay