Message-Id: <340BCF55.DD26B13A@usl.edu> Date: Tue, 02 Sep 1997 09:33:26 +0100 From: Tao Lu Mime-Version: 1.0 To: Nate Eldredge , djgpp AT delorie DOT com Subject: Re: DJGPP: Can't find header References: <199709011525 DOT IAA07173 AT adit DOT ap DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Nate Eldredge wrote: > 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 Hi, Nate: Thanks for your help. Actually, Exceptio.h is originally named Exception.h. Because of the LFN, I change to Exceptio.h. As you mentioned, I did use it as #include "Exceptio.h". The error shows no reference to Exception function call that the Excetio.h header supposed be recognized. I tried FAQ 8.3 and GXX, error still there. Eli Zaretskii told me before that DJGPP should work well under NT, which means LFN should be set n or y although I follow the FAQ 8.3 set LFN under NT ?