Re: Callbacks in C libraries
Re: Callbacks in C libraries
- Subject: Re: Callbacks in C libraries
- From: Eric Shepherd <email@hidden>
- Date: Sun, 15 Jun 2003 09:28:18 -0400
Well, certainly in this case, the ability to embed a C function within
an Objective C method is a critical ability. It makes it incredibly
easy to make use of C libraries that require callback functions.
On Sunday, June 15, 2003, at 06:30 AM, Alastair J.Houghton wrote:
I don't think using GCC extensions is bad practice; that would only be
true if GCC was non-portable and you needed to write portable code.
OK, if you have some requirement that your code has to build on
another compiler as well as GCC, then it might be a problem... but
that is a special case, probably (in the specific case of ObjC)
applicable to Apple's example programs and not a great deal else.
--
Eric Shepherd
Owner
Syndicomm
http://www.syndicomm.com
_______________________________________________
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.