[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: strange luaL_loadfile behaviour
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 31 May 2004 20:21:16 -0300
>"cannot read lua/freepops.lua: No error"
This error means that either the file could not be opened or that an
error occurred during read, as reported by ferror. Perhaps the file is
a directory and not a plain file? Perhaps this is a file residing on a
network file system that is not reliable?
>the file exists and it sometimes works...
>The problem happens under windows...
This "sometimes works" is fishy...
The "No error" is reported by strerror. It is typically the value
corresponding to errno=0.
--lhf