Mail Archives: djgpp/1997/09/01/11:27:35
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
- Raw text -