From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Curses in DJGPP Date: 2 Aug 2001 11:35:21 GMT Organization: Aachen University of Technology (RWTH) Lines: 21 Message-ID: <9kbdtp$nhi$1@nets3.rz.RWTH-Aachen.DE> References: <5BF60CD649EDD411A04600B0D049F53AFFA97A AT hydmail02 DOT hyd DOT wilco-int DOT com> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 996752121 24114 137.226.32.75 (2 Aug 2001 11:35:21 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 2 Aug 2001 11:35:21 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Prashant Ramachandra wrote: > It looks like the ncurses library in DJGPP is broken. Broken? Hmmm... last I looked, it didn't exist, in the first place. In DJGPP, you have PDCurses, not NCurses. > In file included from test.cc:1: > d:/djgpp/include/curses.h:426: declaration does not declare anything > The line 426 in curses.h is simply this.. > typedef unsigned char bool; A typical sign of a C-born library that wasn't adapted to be compatible with ANSI final standard C++. Are you sure you have the latest version of PDCurses, there (2.5, IIRC)? -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.