discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ANN] PyObjC for GNUstep


From: Fred Kiefer
Subject: Re: [ANN] PyObjC for GNUstep
Date: Wed, 31 Aug 2011 21:09:52 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.18) Gecko/20110616 SUSE/3.1.11 Thunderbird/3.1.11

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]