Xref: news-dnh.mv.net comp.os.msdos.djgpp:2418 Newsgroups: comp.os.msdos.djgpp Path: news-dnh.mv.net!mv!news.sprintlink.net!EU.net!sun4nl!phcoms4.seri.philips.nl!newssvr!kunst From: kunst AT prl DOT philips DOT nl (Pieter Kunst) Subject: Re: Curses Sender: news AT prl DOT philips DOT nl (USENET News System) Organization: Philips Research Laboratories, Eindhoven, The Netherlands References: Date: Wed, 4 Oct 1995 07:31:21 GMT Lines: 20 To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp In article "Nathan L. Cutler" writes: > I've been trying to port a C program I wrote on SCO Unix that uses > Curses to my PC running djgpp. I downloaded the Curses library but it > doesn't seem to integrate smoothly with djgpp. I'm also having troubles > linking. There seems to be a complete dearth of documentation on the > Curses library. Has anybody used Curses with djgpp? There are two versions of the curses library available for DJGPP. The oldest one can be found in 'aecur102.zip'. I guess you used this version in your trials, because the second version, in 'pdcurs22.zip' comes with 60+ pages documentation. There are a couple of demos supplied with this PDCurses version which should compile and link straight away using the makefiles. The only complaint I heard about this version is some minor macro bug (MK_FP) when used with DJGPP V2 (beta). With DJGPP V1 all works well, including DOS programs using curses inside Windows DOS boxes. Pieter Kunst (kunst AT natlab DOT research DOT philips DOT com)