X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "pino" Newsgroups: comp.os.msdos.djgpp References: <004d01c5615a$39298360$b40a6652 AT rui> Subject: Re: helpppp !!! Lines: 45 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-RFC2646: Format=Flowed; Original Message-ID: Date: Thu, 26 May 2005 09:57:48 GMT NNTP-Posting-Host: 82.51.96.121 X-Complaints-To: "Please send abuse reports to abuse AT tin DOT it and technical notifications to newsmaster AT tin DOT it" X-Trace: news4.tin.it 1117101468 82.51.96.121 (Thu, 26 May 2005 11:57:48 MET DST) NNTP-Posting-Date: Thu, 26 May 2005 11:57:48 MET DST Organization: TIN To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thank you so much! "cosmos" wrote in message news:004d01c5615a$39298360$b40a6652 AT rui... > 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 >> >> > >