| delorie.com/archives/browse.cgi | search |
| 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" <cosmos AT tvtel DOT pt> |
| To: | <djgpp AT delorie DOT com> |
| References: | <JW1le.1440320$35 DOT 53719066 AT news4 DOT tin DOT it> |
| Subject: | Re: helpppp !!! |
| Date: | Wed, 25 May 2005 19:47:32 +0100 |
| MIME-Version: | 1.0 |
| 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 <xdir/normdist.h> Regards, Rui Fernandes ----- Original Message ----- From: "pino" <asd AT sd DOT asd> Newsgroups: comp.os.msdos.djgpp To: <djgpp AT delorie DOT com> 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 > >
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |