Re: small problem with LuaJIT FFI and gc method
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: small problem with LuaJIT FFI and gc method
- From: Mike Pall <mikelu-1103@...>
- Date: 2011年3月17日 18:33:05 +0100
Francesco Abbate wrote:
> Thank you Mike. Unfortunately I cannot change the returned values of
> the function because this is a standard GSL function.
But you can change the declaration. The structs are compatible in
here. Simply declare the 'wrong' return type on the Lua side.
--Mike