Mail Archives: djgpp/1997/09/02/10:35:15
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 ?
- Raw text -