[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: Daurnimator <quae@...>
- Date: Mon, 18 Jul 2011 15:01:08 +1000
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?