Message-ID: <37E6F5F2.6C848444@interlog.com> From: Martin Fraser Organization: Interlog Internet Services X-Mailer: Mozilla 4.5 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: SV: DJGPP and NT 4.0??? References: <7s229h$iid$2 AT news DOT luth DOT se> <37E544A3 DOT 9A8D8963 AT hmc DOT edu> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Lines: 42 Date: Mon, 20 Sep 1999 23:05:22 -0400 NNTP-Posting-Host: 209.20.1.111 X-Trace: cac1.rdr.news.psi.ca 937882485 209.20.1.111 (Mon, 20 Sep 1999 22:54:45 EDT) NNTP-Posting-Date: Mon, 20 Sep 1999 22:54:45 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have NT on my home system and had the same problem. To make everything work I simply wrote my first DJGPP program to find all files that weren't 8.3, i.e. first section longer than 8, or last section longer than 3, or multiple sections. I repaired them manually since I couldn't think of an easy way to fix them programmatically. You need to fix first to and then you can write a program to fix the rest. It took me about 10 minutes with explorer to fix them; the directory lang\cxx and its subdirectories were the worst. If you want, I can post the program, but it's pretty simple and kind of a fun way to start. You simply work your way through the tree of subdirectories below \djgpp (make this a parameter of your program) and print out any filename (or subdirectory name) with a tilda, i.e. the character '~', in it. Everything works fine now. It also makes the info.exe program work too. Next step, making RSXNTDJ work. /Martin Nate Eldredge wrote: > "Gordon Bergström" wrote: > > > > Martin Str|mberg skrev i > > diskussionsgruppsmeddelandet:7s229h$iid$2 AT news DOT luth DOT se... > > > > > > FAQ 3.3. In short LFN is not available on NT. > > > > > > > > > Pettersson, Symphony 8, > > > > > > MartinS > > Ok, if it doesn't how to make it run anyway? What to do? > > Extract with PKUNZIP or the like instead of Winzip. > -- > > Nate Eldredge > neldredge AT hmc DOT edu