Re: ncurses problem with mvcur function

2010-05-20 Thread Joe Java
Hello Charles Thank you, the old game now compiles OK. Joe --- On Wed, 5/19/10, Charles Wilson cyg...@cwilson.fastmail.fm wrote: From: Charles Wilson cyg...@cwilson.fastmail.fm Subject: Re: ncurses problem with mvcur function To: Cygwin Mailing List cygwin@cygwin.com Date: Wednesday, May

Re: ncurses problem with mvcur function

2010-05-19 Thread Charles Wilson
On 5/19/2010 9:09 PM, Joe Java wrote: I have a very old game that uses ncurses. lines 602-603 are /* this moves curses to bottom right corner */ mvcur(curscr-_cury, curscr-_curx, LINES - 1, 0); lines 738-739 are the same as above. ncurses is now compiled with reentrant

Re: ncurses problem

2004-04-14 Thread Jim Strathmeyer
From: Larry Hall [EMAIL PROTECTED] At 10:48 PM 4/13/2004, you wrote: I'm having problems compiling a c++ program with ncurses. When it links I get this message: There's dozens of packages in the distribution that use ncurses. Just look at the setup.ini file in the directory you downloaded

Re: ncurses problem

2004-04-14 Thread Larry Hall
At 03:01 AM 4/14/2004, you wrote: From: Larry Hall [EMAIL PROTECTED] http://cygwin.com/acronyms/#PCYMTNQREAIYR At 10:48 PM 4/13/2004, you wrote: I'm having problems compiling a c++ program with ncurses. When it links I get this message: There's dozens of packages in the distribution that

ncurses problem

2004-04-13 Thread Jim Strathmeyer
I'm having problems compiling a c++ program with ncurses. When it links I get this message: g++ -Wall -o main (bunch of .o's) -lncurses -lm Info: resolving _stdscr by linking to __imp__stdscr (auto-import) Info: resolving _COLS by linking to __imp__COLS (auto-import) Info: resolving _LINES by

Re: ncurses problem

2004-04-13 Thread Larry Hall
At 10:48 PM 4/13/2004, you wrote: I'm having problems compiling a c++ program with ncurses. When it links I get this message: g++ -Wall -o main (bunch of .o's) -lncurses -lm Info: resolving _stdscr by linking to __imp__stdscr (auto-import) Info: resolving _COLS by linking to __imp__COLS