Mail Archives: djgpp-workers/2001/03/11/08:55:42
On Sun, 11 Mar 2001, Tim Van Holder wrote:
> If they're using the hacked DOS mode, I wouldn't be surprised if
> it was failing - it's not intended for 'production use', just for
> rescue disks and _old_ DOS programs.
No, it was Windows.
> > 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.
> I'll look there; is there an existing test case for this I could use?
No. Stepping with a debugger into the code to see that it enters the
special branch which deals with this should be enough.
However, if there's no reasonable way to run this in DOS, I don't think
you should bother testing it, as no user will ever be able to see that
code in action. So just forget about it.
- Raw text -