|
On 25/11/2013 09:33, Paul K wrote:
I tried to use ProxyDll2 (http://lua-users.org/wiki/LuaProxyDllTwo), both Shmuel's and David's solution, but I guess I did something wrong as the process hangs after "require 'winapi'" (winapi is the library I'm "practicing" on). Everything works with a "normal" interpreter that is linked against lua51.dll.
"The host library file can be either a DLL or an EXE, the requirement is that it must have all the required functions exported."
Is this requirement fulfilled with regards to your statically built interpreter?
-- Shmuel