Date: Sun, 11 Mar 2001 15:53:28 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Tim Van Holder cc: djgpp-workers AT delorie DOT com Subject: RE: stubify and Windows ME In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.