Date: Sun, 11 Mar 2001 13:29:18 +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 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