lua-users home
lua-l archive

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


> It's taken a while, partly because it took around 2 days to even get it to compile, what with the deprecated functions, removal of LUA_GLOBALSINDEX, luaL_typerror, lua_equal, lua_unref, lua_getref and a few others.

Try #define LUA_COMPAT_ALL.
 
> But the big issue is the crashes. Why are there crashes? Because of the DLLs

There is no ABI compatibility between 5.1 and 5.2.
All Lua libraries in C must be recompiled.