From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: c++ code under NT Date: Sat, 09 May 1998 08:33:03 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 27 Message-ID: <35544CFF.7E5E@cs.com> References: <35542e47 DOT 16898432 AT news DOT ucsd DOT edu> NNTP-Posting-Host: ppp104.cs.net 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 $kklau AT nospam DOT ieng9 DOT ucsd DOT edu wrote: > > Hi, I'm new to working with DJGPP and I'm wondering how I can > work-around the long-filename problem under NT. I want to be able to > code & test while I'm under NT, but when I include say, iostream.h, it > also includes streambuf.h which is too long. > Any ideas? Or maybe someone can point me to a port that doesn't have > this problem. You must do one of two things to solve this problem: either unzip the files under Windows NT with an unzip utility that does NOT use long filenames (such as pkunzip 2.04g or unzip386.exe which can be found on SimTel), or set up your Windows NT configuration so that it creates the correct short filenames (DJGPP FAQ chapter 8.2) and then reunzip the files. -- John M. Aldrich - ICQ UIN# 7406319 * Anything that happens, happens. * Anything that, in happening, causes something else to happen, causes something else to happen. * Anything that, in happening, causes itself to happen again, happens again. * It doesn't necessarily do it in chronological order, though. --- Douglas Adams