[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Creating .exe from .net program using LuaInterface
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 20 Nov 2013 12:22:10 +0200
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.