Mail Archives: djgpp-workers/1998/03/09/09:59:47
On Mon, 9 Mar 1998, Vik Heyndrickx wrote:
> The real problem start when DOS functions are called in the libc
> routines. DOS extended error codes are in many cases precise enough to
> decide what EXACTLY went wrong, but the way it is current implemented (D
> ->U translated error codes) often make loose a lot of this information.
Other DOS compilers have a global variable called `_dos_errno' or some
such, which just holds the value of the last DOS error returned.
How about adding this to DJGPP?
- Raw text -