X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Received-SPF: none (free.tvtel.pt: domain of cosmos AT tvtel DOT pt does not designate permitted sender hosts) Message-ID: <004d01c5615a$39298360$b40a6652@rui> From: "cosmos" To: References: Subject: Re: helpppp !!! Date: Wed, 25 May 2005 19:47:32 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on free.tvtel.pt X-Virus-Status: Clean Reply-To: djgpp AT delorie DOT com Hi, Instead of trying to put it in the "include" directory of DJGPP, put it in the same dir where your program is, and include this line in your program #include "normdist.h" no "<" or the program will fetch the "include" directory. Check well what are the dependencies of normdist.h If you prefer to include it in the "include" directory, in the "xdir" dir, write: #include Regards, Rui Fernandes ----- Original Message ----- From: "pino" Newsgroups: comp.os.msdos.djgpp To: Sent: Wednesday, May 25, 2005 5:43 PM Subject: helpppp !!! > TOday is the first day i use djgpp and c++ language. > I need to use an header normdist.h that I have. > If I copy this file in c:|djcpp\include... it doesnt work. > How to say to djgpp to see all (100 200 files) the header that I have to > use? > > thnks > > ANdrea > >