lua-users home
lua-l archive

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


2013/11/25 Paul K <paulclinger@yahoo.com>:
> Now I just need to do it for Lua 5.2 and LuaJIT... Is there a simpler
> way to achieve the same result?

Did you try http://lua-users.org/wiki/LuaProxyDllThree ? The main
advantage is that it produces a DLL with no code, only metadata for
the Windows DLL loader, so there is less chance of a crash. Also it
produces a very tiny file, if size matters to you.