On 14 Sep 2009, at 17:06, Graeme Geldenhuys wrote:

I'm using Linux. The online (html) help doesn't give any clue as to what
the return values are for GetLastOSError(). Where can I find this
information?

By definition, that error number is completely OS-specific. Under Linux, the error numbers are whatever the system calls or libc calls return. You can find the error numbers in e.g. /usr/include/asm- generic/errno.h on most recent Linux systems.


Jonas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to