I want to do a binding to ObjectiveC
Basically I need to implement a function like
retval_t objc_msg_send(id obj, SEL sel, ...);
which would forward its call (same arguments, including the unidentified ...
(va_list)) to an other function know by pointer which would be looked up
from the 1st 2 par
7;s a real issue for method such as +stringWithFormat:... with takes
a variable number of argument
- Original Message -
From: "Andrew Pinski" <[EMAIL PROTECTED]>
To: "Mike Stump" <[EMAIL PROTECTED]>
Cc: "Lloyd Dupont" <[EMAIL PROTECTED]>;
AIL PROTECTED]>
To: "Lloyd Dupont" <[EMAIL PROTECTED]>
Cc:
Sent: Friday, May 20, 2005 9:49 AM
Subject: Re: ASM help needed... (on x86/windows/gcc)
On May 19, 2005, at 4:08 PM, Lloyd Dupont wrote:
I want to do a binding to ObjectiveC
For how you described the question, lib
----- Original Message -
From: "Andrew Pinski" <[EMAIL PROTECTED]>
To: "Lloyd Dupont" <[EMAIL PROTECTED]>
Cc: "Mike Stump" <[EMAIL PROTECTED]>;
Sent: Friday, May 20, 2005 10:25 AM
Subject: Re: ASM help needed... (on x86/windows/gcc)
On May 19, 20