lua-users home
lua-l archive

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


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?