[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua in JScript
- From: Ignazio Di Napoli <neclepsio@...>
- Date: Sun, 21 Oct 2007 17:03:07 +0200
Hi all.
I'd like to use a Lua program to script an application using JScript.
I'd like to do in JScript something like:
Lua = new ActiveXObject("Lua.Lua");
res = Lua.DoString("return 'Ciao'");
Is there already something working? I looked at LuaCOM but I understood
it does the opposite of what I want, that is using COM objects from Lua
code.
Thank you,
Ignazio