Closed justincormack closed 10 years ago
luaffi has problems converting to vararg type in rump, not surprisingly
problem is how to get it to convert anything to either pointer or type without complaining...
luajit will convert pretty much anything to a pointer with pt.void()
experiment a bit for cleanest way
changed to void *, seems ok.
luaffi has problems converting to vararg type in rump, not surprisingly
problem is how to get it to convert anything to either pointer or type without complaining...
luajit will convert pretty much anything to a pointer with pt.void()
experiment a bit for cleanest way