Il 18/06/2015 12:45, Graeme Geldenhuys ha scritto:
On 2015-06-18 11:35, zeljko wrote:
AFAIK, that message comes from fpc.
How can it? I get the error at a time when I'm not compiling a project.
Simply opening or navigating a project - that is all Lazarus IDE right?
To be more exact, this message comes from the fpc RTL file handling
routines, called by the Lazarus IDE.
Basically Lazarus IDE asks to open a file for write, or attempts to
write to an open file, the OS rises a "Disk full" exception and the file
handling routines just returns the error. Or the file handling routine
misinterprets as a "Disk full" another exception, such as not having the
appropriate rights for the directory/file involved, and returns a
misleading message :-(
Giuliano
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus