Re: [fpc-pascal] ncurses extra package

2008-01-18 Thread Anthony W.Henry
On Fri, 2008-01-18 at 12:02 +0100, Guillermo Martínez Jiménez wrote: > Hello everybody. > > Recently I asked myself if Free Pascal has support for ncurses and > I've found it as an extra package. There is also an ncrt unit. If all your looking at is the ability to run the program on different

Re: [fpc-pascal] ncurses extra package

2008-01-18 Thread Marco van de Voort
> Recently I asked myself if Free Pascal has support for ncurses and > I've found it as an extra package. > > I've take a peek at the ncurses.pp file and I've found it uses a lot > of external functions. That means this package will not compile on > platforms that haven't a previous ncurses implem

Re: [fpc-pascal] ncurses extra package

2008-01-18 Thread Michael Van Canneyt
On Fri, 18 Jan 2008, Guillermo Martínez Jiménez wrote: > Hello everybody. > > Recently I asked myself if Free Pascal has support for ncurses and > I've found it as an extra package. > > I've take a peek at the ncurses.pp file and I've found it uses a lot > of external functions. That means thi