Date: Sun, 27 Oct 1996 15:02:23 +0200 (IST) From: Eli Zaretskii To: Yamaha / XYZZ Cc: djgpp AT delorie DOT com Subject: Re: DJGPP v2.01 problems with Win95!!! In-Reply-To: <326BA6C8.2781@CS.ColoState.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 21 Oct 1996, Yamaha / XYZZ wrote: > You say it supports LFNs better... In what ways were they previously > not supported as well? I'm curious because what you said suggests to me > that a bug in one of my programs might be a library bug, instead of an > error on my part. In v2.0, LFN support was unpredictable. In some cases it would work, but in others it won't, sometimes in the same program, depending on the exactly how were the command-line arguments passed to it, and how did the program use `putenv' and `getenv' functions. Also, the directory-related functions (such as `readdir') would always downcase the filename, whereas Windows 95 is a case-preserving system. > I've had problems handling files with names longer > than around 100 characters... (V2.0) I'm not aware of such problems. Maybe a specific example would help here.