lua-users home
lua-l archive

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


Stukov wrote:

Hello LuaUsers,

I build tolua5.0.1 with lua5.1alpha.
tolua_isusertype function stop working, it always return false.

tolua type-handling-facility expects luaL_newmetatable to store in the registry a pointer to the name of the metatable. And in lua5.1alpha it doesn't do that (as David Morris-Oliveros pointed out).

AMDG,
 Antero Vipunen.