Re: How to callback into a Obj-C object from C?
Re: How to callback into a Obj-C object from C?
- Subject: Re: How to callback into a Obj-C object from C?
- From: Sherm Pendley <email@hidden>
- Date: Thu, 15 Aug 2002 15:59:51 -0400
On Thursday, August 15, 2002, at 01:50 PM, Pete wrote:
I have a bunch of C code that I want to control printf statements and
funnel back into a NSTextField. So how do I bridge and external C
callback into an Obj-C object i.e. NSTextField object?
The C code should compile as Objective-C with no problem; just rename
the file with a .m extension instead of .c.
sherm--
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.