lua-users home
lua-l archive

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


Evan DeMond wrote:

In addition, I tried renaming mime.dll in <CDIR>/mime/ to core.dll and socket.dll in <CDIR>/socket to core.dll, this yields:

 > sock = require("socket")
error loading module ' socket.core' from file 'C:\Lua\lib\socket\core.dll':
        system error 14001

This is due to missing library MSVCR80D.dll (see my 1st post in this thread). Wait for Diego to fix that. (Or, I could send you the binaries I built today).

--
Shmuel