[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Proxy DLL for Lua 5.1; can't get it to work with statically linked liblua
- From: Jerome Vuarand <jerome.vuarand@...>
- Date: Tue, 26 Nov 2013 16:49:37 +0000
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.