lua-users home
lua-l archive

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


Hi,

You need to call iolib_open function (in C) before calling any
Lua I/O function (writeto is one of these functions).
You can call iolib_open instead of lua_open (iolib_open calls lua_open).

--Renato