lua-users home
lua-l archive

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


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