[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to avoid DLL hell?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 21 Nov 2010 08:15:20 -0200
> 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.