Mail Archives: djgpp-workers/2001/03/11/06:31:19
On Thu, 8 Mar 2001, Tim Van Holder wrote:
> > Thanks. What does VER and Control Panel -> System say about the
> > Windows version on your machine?
> VER says:
> 4DOS 6,01A (Win98) DOS 8,00
Hm? DOS 8.0? Could you please check if it supports the new functions
that accept 128-char file names (instead of 67-character limit in older
versions)? See _rename.c for the details and example of how this is used
by the library.
Previously, someone reported that these functions don't seem to be
supported, or that DOS version never goes beyond 7.10. (What does
_get_dos_version(1) return on that system, btw?) So I'm considering
whether or not we should remove that special clause from a few library
functions.
It's possible that to test these special functions, you will need to go
to the DOS Mode.
TIA
- Raw text -