[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] luaffi (ffi library ala luajit's for the standard lua vm)
- From: Geoff Leyland <geoff_leyland@...>
- Date: Mon, 18 Jul 2011 17:33:17 +1200
On 18/07/2011, at 5:01 PM, Daurnimator wrote:
> On 18 July 2011 14:21, James McKaskill <james@foobar.co.nz> wrote:
>> Also vararg callbacks aren't supported and never will be as there
>> isn't enough information to figure out how to push the arguments into
>> lua.
>
> Can you just pass them as void*s, and we can cast them as we want?
Would the problem be that the ffi doesn't know either of the size of each argument, nor how many arguments there are?