lua-users home
lua-l archive

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


> Generic Call Function need. Thanks.

My implementation of a generic call [1] is not exactly a minimum
implementation, since it is around 1000 lines long, but I claim that
you can interface nearly everything between C and Lua with only ONE
function, named lua_genpcall. I found that this function can be very
useful in several projects.

[1] http://lua-users.org/wiki/LuaGenericCall