Message-ID: <35A62A58.55102BCB@pac.nl> Date: Fri, 10 Jul 1998 16:51:04 +0200 From: Theo Landgraf Organization: PAC MA MIME-Version: 1.0 To: Johan Henriksson CC: DJGPP mailinglist Subject: Re: #include doesn't work References: <199807101315 DOT PAA17384 AT d1o22 DOT telia DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Johan Henriksson wrote: > > My #include doesn't work. This is how I write: > > #include <"jhe3dx.h"> > > but adding standardheaders work, like: > > #include <"string.h"> > > The .C-file and the .H file are in the same directory. I have also tested > to specify full path without reults. I have installed DJGPP v.2 correctly > according to djgppfaq.txt. Can anyone help me out? your own include files use #include "jhe3dx.h"