[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: srlua -- A tool for building self-running Lua programs
- From: Daniel Quintela <dq@...>
- Date: Thu, 26 Aug 2004 10:25:13 -0300
Luiz Henrique de Figueiredo escribió:
The Windows code in srlua should work (it's just a couple
of lines), but I haven't tested it. If some kind soul can do this and build
and release Windows binaries for this tool, it'll be great.
Luiz:
I added a check for source size multiple of 512:
...
int n=fread(&b,1,sizeof(b),f);
if (!n) break;
...
it (with Win binaries and projects) can be downloaded from:
http://www.soongsoft.com/srlua.tgz
Regards,
Daniel