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 wrote: From: Charles Wilson Subject: Re: ncurses problem with mvcur function To: "Cygwin Mailing List" Date: Wednesday, May 19, 2010, 11:28 PM On 5/19/2010 9:09 PM, Joe Java wrote

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 reentran

Re: ncurses problem

2004-04-14 Thread Larry Hall
At 03:01 AM 4/14/2004, you wrote: >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 d

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

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 (au