lua-users home
lua-l archive

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


On Wed, Nov 20, 2013 at 11:08 AM, Michael Gerbracht <smartmails@arcor.de> wrote:
> its own lua interpreter? So if I have a .net program + LuaInterface + lua
> scripts, do I actually need to install lua on the target system as well?

Not at all! Mainline LuaInterface comes with the Lua DLL compiled as
managed code (which helps with 32bit/64bit compatibility and avoids
P/INVOKE overhead) so it really can be dropped in; your app uses the
LuaInterface assembly and away you go.