[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua script to Windows or DOS executable?
- From: Eric Tetz <erictetz@...>
- Date: Tue, 24 Aug 2004 12:30:24 -0700
> I'm not sure you can simply append arbitrary stuff to
> a .EXE file. If you can, then it's simple to append
> your Lua program to a .EXE of a customized Lua
> interpreter that looks into itself for the appended
> Lua program.
Yes, you can append arbitrary stuff to the executable.
If you know even a lick of C, such a Lua script
"compiler" is trivial to write.
Cheers,
Eric