From: maddela AT yallara DOT cs DOT rmit DOT EDU DOT AU (Carlos Maddela) Newsgroups: comp.os.msdos.djgpp Subject: Including files with long file names Date: 3 Dec 1997 10:41:40 GMT Organization: Comp Sci, RMIT University, Melbourne, Australia. Lines: 12 Message-ID: <663d14$qpq$1@goanna.cs.rmit.edu.au> NNTP-Posting-Host: yallara.cs.rmit.edu.au NNTP-Posting-User: maddela To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Is it possible to do this, as in the following? #include "FileWithAReallyLongName.h" It's strange that you can compile programs with long file name support, but the compiler itself does not recognize long file names. Is there a special command line switch, or something? Thanks.