From: sparhawk AT eunet DOT at (Gerhard Gruber) Newsgroups: comp.os.msdos.djgpp Subject: Re: #include doesn't work Date: Fri, 10 Jul 1998 14:38:09 GMT Organization: Customer of EUnet Austria Message-ID: <35ac2725.5314782@news.Austria.EU.net> References: <199807101315 DOT PAA17384 AT d1o22 DOT telia DOT com> NNTP-Posting-Host: e200.dynamic.vienna.at.eu.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Lines: 30 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit Precedence: bulk Destination: "Johan Henriksson" From: Gruber Gerhard Group: comp.os.msdos.djgpp Date: Thu, 9 Jul 1998 15:18:28 +0200: >My #include doesn't work. This is how I write: > >#include <"jhe3dx.h"> > >but adding standardheaders work, like: > >#include <"string.h"> It should read #include "jhe3dx.h" #include <> if it is a system header "" if it is a private header file. -- Bye, Gerhard email: sparhawk AT eunet DOT at g DOT gruber AT sis DOT co DOT at Spelling corrections are appreciated.