Date: Mon, 3 Aug 1998 13:13:07 +0300 (IDT) From: Eli Zaretskii To: taupin cc: DJGPP List Subject: Re: Long file names In-Reply-To: <35C5AD6E.168F9563@lps.u-psud.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 3 Aug 1998, taupin wrote: > Question: is there a patch or something else so that djgpp is able to > open/create file of long file names under Win95/NT? On Windows 9X this is automatic. Just set LFN=y in the environment, and DJGPP will use long file names. Windows NT doesn't support the special API which makes long file names available for DOS programs, so DJGPP cannot see them. You might consider trying the alpha version of Andrew Crabtree's LFN driver for NT. Look up its URL in the DJGPP mail archives at http://www.delorie.com/djgpp/mail-archives/, the announcement was posted a few months ago.