objc_msgSend in Codewarrior???
objc_msgSend in Codewarrior???
- Subject: objc_msgSend in Codewarrior???
- From: Roy Lovejoy <email@hidden>
- Date: Wed, 11 Feb 2004 09:30:30 -0500
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);
if I cheat & try to extern objc_msgSend(), I get a link error..
anyone see this?
_______________________________________________
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.