Newsgroups: comp.os.msdos.djgpp Date: Fri, 10 Jul 1998 11:38:35 -0300 (ADT) From: Endlisnis To: Johan Henriksson cc: DJGPP mailinglist Subject: Re: #include doesn't work In-Reply-To: <199807101315.PAA17384@d1o22.telia.com> Message-ID: References: <199807101315 DOT PAA17384 AT d1o22 DOT telia DOT com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 9 Jul 1998, Johan Henriksson wrote: ->My #include doesn't work. This is how I write: ->#include <"jhe3dx.h"> Write it like this: #include "jhe3dx.h" ->but adding standardheaders work, like: ->#include <"string.h"> You don't need the "s. #include will work. Endlisnis [I have a pyramid of wingyness]