lua-users home
lua-l archive

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


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?