[fpc-pascal]Odd behavior with Crt unit..

Andreas K. Foerster Andreas at AKFoerster.de
Wed Dec 5 18:06:45 CET 2001


On Wed, Dec 05, 2001 at 08:03:02AM -0800, Gene Buckle wrote:

> >From what I've been able to discover (with much help from external
> sources) is that for some reason the FPC program is sending [6n and then
> expects some kind of response.  I think that mTelnet and Hyperterm (and
> some others) are returning either an invalid or incorrect response, thus
> sending some bit of code wildly out of control.
> 
> Ideas?

Use nCRT instead of CRT.
nCRT uses ncurses and so it uses the terminfo database.
Disadvantage: the program will be dynamically linked to ncurses and
libc6.

-- 
Tschuess
	Andreas




More information about the fpc-pascal mailing list