discuss-gnustep
[Top][All Lists]
Advanced

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

Re: how to build an arglist_t


From: Adam Fedor
Subject: Re: how to build an arglist_t
Date: Wed, 18 May 2005 21:28:46 -0600


On May 18, 2005, at 9:08 PM, Lloyd Dupont wrote:

I want to call objc_msg_sendv explicitely.
I need to know what's arglist_t and how too manipulate/build

I don't think you want to construct arglists. They are too hard and difficult to get portable (see the mframe.m code for instance). You really want to construct the method call via NSInvocation. You could probably look at some other bindings that are already written (like gnustep-guile) for examples. If you absolutely can't use Objective-C code to construct the method, I suppose you could construct the function call frame by hand (using either code from GSFFIInvocation.m or GSFFCallInvocation.m).

reply via email to

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