Date: Mon, 1 Sep 1997 08:25:31 -0700 (PDT) Message-Id: <199709011525.IAA07173@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Tao Lu , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: DJGPP: Can't find header Precedence: bulk At 11:05 8/31/1997 +0100, Tao Lu wrote: >When I complie C++ in which use my header Exceptio.h (gxx filename), the >complier can not find my Excetio.h. ^^^^^^^^^ I assume you spelled it correctly when you used it in the source code. :) Are you sure you are using it like this: #include "Exceptio.h" and then putting Exceptio.h in the same directory as the source file that uses it? > >The other problem is long file name under NT, I follow the FAQ set LFN >and registedit, still won't work ( can not find header ). Long file names don't work under NT. FAQ section 3.3 mentions this and tells why. Nate Eldredge eldredge AT ap DOT net