X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: w7z7js2 AT mailcity DOT com (vizzair) Newsgroups: comp.os.msdos.djgpp Subject: Re: installation problems ( long post ) Date: 16 Mar 2004 08:00:17 -0800 Organization: http://groups.google.com Lines: 30 Message-ID: <7b616ba9.0403160800.71973af0@posting.google.com> References: <4050f124_2 AT mk-nntp-2 DOT news DOT uk DOT tiscali DOT com> <8011-Fri12Mar2004161652+0200-eliz AT elta DOT co DOT il> NNTP-Posting-Host: 20.138.254.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1079452818 22941 127.0.0.1 (16 Mar 2004 16:00:18 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 16 Mar 2004 16:00:18 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:<8011-Fri12Mar2004161652+0200-eliz AT elta DOT co DOT il>... > > From: "Vizziar" > > Newsgroups: comp.os.msdos.djgpp > > Date: Thu, 11 Mar 2004 23:05:40 -0000 > > > > Now for the problem machine.. > > > In general, DJGPP programs do support long file names on W2K. I've solved the problem, a Bit obscure though... Setting the Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem NtfsDisable8Dot3NameCreation to a non zero values disables the creation of the 8.3 short names in the NTFS file system The default on a New system is a setting of 0, allowing theses names to be created.. However on my NON working system it was set to 1, so long names existed, but the 8.3 short names didn't. THIS STOPS DJGPP from working... Vizzair ps The double post is due the the Stoopid news server I tried to use first!