Date: Sun, 20 Oct 1996 15:08:07 +0200 (IST) From: Eli Zaretskii To: Tim Gunn Cc: djgpp AT delorie DOT com Subject: Re: DJGPP v2.01 problems with Win95!!! In-Reply-To: <3269d422.0@paula.livewire.com.au> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 20 Oct 1996, Tim Gunn wrote: > I just downloaded v2.01 and rebuilt UAE (an amiga emulator), to my > horror, in no longer used longfile names under win95. I need > longfilename support for a number of things i am doing so i have had > to revert back to 2.00. I hope dj delorie fixes this soon!!! Details, please! Not only does v2.01 support LFN, it supports them much better than v2.0. Please describe exactly what you see with v2.01 and with v2.0. Since you obviously have the sources, the best thing to do would be to step through some file-related library function with a debugger and see whether the _USE_LFN macro returns 1 on Windows 95, as it should. If the sources of UAE call _USE_LFN themselves, please note that its definition was moved from to . Also note that you should recompile all the sources, not just relink them with the new library, to get all your code in sync with the new library. Btw, did you try to set LFN=y in the environment? If so, did it help?