On 29.08.2011 22:05, Ludovic Marcotte wrote:
On 28/08/11 12:23, Matt Rice wrote:
Thanks, is there a msg_send_compat.h which was supposed to be included
with this patch?
Indeed, here is the file. All tests were done with revision #2606.

I also have a complete example that I could send which shows SOGo
(www.sogo.nu) instantiating and class and invoking a method which is
provided by a Python script (class definition and the implementation of
that method).

Shouldn't this line:

#define objc_impMsgSendPtr ((IMP(*)(id,SEL,SEL))objc_msgSendSuper)

read something like this:

#define objc_impMsgSendSuperPtr ((IMP(*)(id,SEL,SEL))objc_msgSendSuper)

_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to