Re: objc_msgSend in Codewarrior???
Re: objc_msgSend in Codewarrior???
- Subject: Re: objc_msgSend in Codewarrior???
- From: Glenn Andreas <email@hidden>
- Date: Wed, 11 Feb 2004 08:51:23 -0600
I'm trying to bounce a message from a delegate method.
but it looks like codewarrrior has objc_msgSend prototyped
differently from docs..
Error : function call 'objc_msgSend({lval} FooController *,
{lval} objc_selector *, {lval} FooController *)' does not match
'objc_msgSend()'
FooController.mm line 91 ::objc_msgSend(self, whatToDo, self);
You're missing an:
extern "C" {
}
around your include of objc.h
--
Glenn Andreas email@hidden
Theldrow, Blobbo, Cythera, oh my!
Be good, and you will be lonesome
_______________________________________________
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.