[fpc-pascal] writeln in fpc 2.0.2
Marco van de Voort
marcov at stack.nl
Tue May 30 22:53:15 CEST 2006
> ps: Deep in the code, it is possible that crt unit is still linked
> (the cgi app comes from an old turbopascal console app).
I think this is the primary problem, in combination with your terminal
emulator and/or settings.
- What do you use for console?
- Some X program like xterm or gnomeconsole, or did
you do the tests in textmode?
- What are your terminal settings ? (COLUMNS and TERM environment variables)
And most importantly, if you already expect crt to be the problem, why don't
you eliminate it?
> Also, I use
> oldlinux unit instead of baseunix, unix, linux units .
While not recommended, I don't expect this to be related or likely,
specially if you already mention there is a remote possibility that you use
a console take-over unit like Crt.
More information about the fpc-pascal
mailing list