lua-users home
lua-l archive

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


Hi Jerome,

> 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.

Yes, I'm familiar with ProxyDllThree as I'm using it to support LfW
modules that depend on Lua5.1.dll (which proxies requests to my
Lua51.dll). In this case I need to proxy the requests to a statically
compiled lua.exe and it seems like this method only proxies calls to a
dll.

Paul.