Re: Calling an object from a C function
Re: Calling an object from a C function
- Subject: Re: Calling an object from a C function
- From: Charles Steinman <email@hidden>
- Date: Tue, 19 Aug 2008 17:31:46 -0700 (PDT)
--- On Tue, 8/19/08, Charlie Dickman <email@hidden> wrote:
> Now, how do I define things like 'self' and
> 'super' to a C program?
You mean outside of an object? You don't. What would it even mean? There's no concept of "selfness" in a function. If you want there to be a self, you should create an Objective-C method.
Cheers,
Chuck
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden