[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuaBinaries for Lua 5.0.3 and 5.1.1
- From: Shmuel Zeigerman <shmuz@...>
- Date: Fri, 10 Nov 2006 22:42:11 +0200
I've noticed 2 issues with Win32 binaries.
1. lua5_0_3_Win32_bin.zip: "globing"
------------------------------------
lua50.exe *.lua
lua50.exe: cannot read *.lua: Invalid argument
lua50.exe 1.lua *.txt
lua50.exe: 1.lua:2: bad argument #1 to `lines' (Invalid argument)
2. lua5_1_1_Win32_bin.zip
-------------------------
lua5.1.exe
The system cannot execute the specified program.
luac5.1.exe
The system cannot execute the specified program.
Dependency Walker reports on lua5.1.exe (and similar on luac.5.1.exe):
Error: The Side-by-Side configuration information in
"...\LUA5.1.EXE" contains errors. This
application has failed to start because the application
configuration is incorrect. Reinstalling the application may fix
this problem (14001).
--
Shmuel