Re: [PDCurses] Compiling trouble under VC++

2001-02-15 Thread John Q. Smith
Hmmm, thanks--I finally got testcurs.c to compile (I note that it has at least two errors unrelated to pdcurses in it--it couldn't find either strlen or isprint, I had to add string.h and ctype.h to get it to work) While I actually have MS-VC++ 5, the instructions were enough that I fou

RE: [PDCurses] Compiling trouble under VC++

2001-02-14 Thread sproaticus
> I then copied: > [etc] > I couldn't see where to put curses.dll so I left it alone. I'm assuming you're just trying to use the PDCurses API, and not re-compiling curses.dll...? Curses apps build fine for me with MS VC 6.0 from the command-line. I think what the problem you're seeing is relate

[PDCurses] Compiling trouble under VC++

2001-02-09 Thread John Q. Smith
I downloaded the version compiled for VC++ off of: http://www.lightlink.com/hessling/PDCurses/ I then copied: curses.h => C:\Program Files\DevStudio\VC\include panel.h => C:\Program Files\DevStudio\VC\include curses.lib => C:\Program Files\DevStudio\VC\lib panel.lib => C:\Program