lua-users home
lua-l archive

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


On Tue, Jul 12, 2011 at 9:33 PM, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
> Usually this error has two causes: (1) you are mixing different
> versions of Lua, or (2) you are mixing code that uses Lua as a DLL
> with code statically linked with Lua (in Windows).
Or (3) you are mixing code that uses Lua through lua5.N.dll with code
that uses Lua through lua5N.dll, or some similar case of (possibly
identical) DLLs with differing names.