lua-users home
lua-l archive

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


Hello,

I am working on a .net program which interacts with lua scrips using
LuaInterface. I would like to compile the program in a way that it runs on
other computers who do not have lua installed. AFAIK you can convert a
standard lua program into an .exe file so that it runs standalone. But how
can you do this if the lua script is called from LuaInterface?

thank you very much!
Michael Gerbracht