From: "Gwen" Subject: Re: How to use Pdcurses 2.04 with GPP ? Newsgroups: comp.os.msdos.djgpp References: Message-ID: <01c1182d$052091a0$108784d5@feta> X-Newsreader: Microsoft Internet News 4.70.1162 Lines: 10 Date: Sun, 29 Jul 2001 12:42:33 GMT NNTP-Posting-Host: 213.132.135.16 X-Complaints-To: abuse AT chello DOT be X-Trace: news.chello.be 996410553 213.132.135.16 (Sun, 29 Jul 2001 14:42:33 MET DST) NNTP-Posting-Date: Sun, 29 Jul 2001 14:42:33 MET DST Organization: Chello Usenet Service To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > You didn't include the curses.h header, so the compiler doesn't see the > prototypes of PDCurses functions. The C++ language disallows this > (unlike C, where it is not an error), so the compiler complains. If you > add a -Wall switch, the C compiler will print a warning. > It works, thanks a lot :-) Gwen