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

Gene Buckle geneb at deltasoft.com
Wed Dec 5 17:03:02 CET 2001


I've been pulling my hair out for quite some time over a really odd
problem.

I'm using the 12/03 snapshot of 1.0.5 on a Linux 2.2 system.

The following program when run via a telnet session started by mTelnet or
older versions of Hyperterm cause the system to send and endless stream of
CRLF pairs:

program foo;
Uses Crt, Dos;

begin
  writeln('this is a test');
  readln;
end;



More information about the fpc-pascal mailing list