delorie.com/archives/browse.cgi | search |
Date: | Thu, 2 Aug 2001 10:05:36 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Prashant Ramachandra <rprash AT wilco-int DOT com> |
cc: | "'djgpp AT delorie DOT com'" <djgpp AT delorie DOT com> |
Subject: | Re: Curses in DJGPP |
In-Reply-To: | <5BF60CD649EDD411A04600B0D049F53AFFA97A@hydmail02.hyd.wilco-int.com> |
Message-ID: | <Pine.SUN.3.91.1010802100427.28510R@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Thu, 2 Aug 2001, Prashant Ramachandra wrote: > It looks like the ncurses library in DJGPP is broken. Did you mean PDcurses? > gpp -c test.cc > > 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; C++ has its own data type names `bool'. I guess this line in curses.h should be under "#ifndef __cplusplus" or something.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |