Message-ID: <35A62949.941EE141@cue.satnet.net> Date: Fri, 10 Jul 1998 09:46:34 -0500 From: "Ronald Patiņo G" MIME-Version: 1.0 To: djgpp AT delorie DOT com 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 Hi . Check if you have added the path of your include files in the directories option. >#include <"jhe3dx.h"> I don't think you have to write it in that way try something like this #include without using " " 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?