From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE and NT Date: Thu, 23 Apr 1998 09:48:31 +0200 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 28 Message-ID: <6hmrob$fq2$3@news-hrz.uni-duisburg.de> References: <001A06F1 DOT 1858 AT postal DOT essd DOT northgrum DOT com> <35425bf9 DOT 2611740 AT news DOT Austria DOT EU DOT net> NNTP-Posting-Host: ppp84.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Wed, 22 Apr 1998 23:23:21 GMT, sparhawk AT eunet DOT at (Gerhard Gruber) wrote: [Somebody else:] > > Make sure that you have not used WINZIP to unzip the djgpp files since > > it keeps long file names which djgpp can't handle. Use Pkunzip and it > > will truncate all file names in the libraries to the 8.3 format. > > > > Also start Rhide with the -M switch. > > Funny. I'm using long filenames and I don't have problems with this. Now with > the "-M" option also the mouse works. Is this long filename stuff something > that should happen always or just in special cases? DJGPP programs can't use long filenames on NT, because NT doesn't have the LFN-API of Win95 and there's no other known way to make DOS programs see long filenames on NT. Only Win32 programs can use long filenames on NT. If you were using the Win32 WinZip (or any other Win32 unzip program that can handle long filenames), you would end up with the correct long filenames, but the short ones (used by DOS programs) would look like "LONGNA~1.EXT". If you're using Pkunzip or a DOS/DJGPP unzip, it will extract only short 8.3 filenames, e.g. LONGNAME.EXT - and that's what DOS/DJGPP programs want to see on NT. Regards... Michael