[fpc-pascal] Is gotoxy in 3.2.4-rc2 broken ?

Karoly Balogh charlie at scenergy.dfmk.hu
Sat Sep 12 16:59:09 CEST 2026


Hi,

On Sat, 12 Sep 2026, Ched via fpc-pascal wrote:

> I tested RC2 of 3.2.4 and all seems to be right except two things:
> - Well working on 3.2.2 a program heavily using gotoxy to manage text window
>   fail to write at the right place. I'm the only one which encounter
>   such a problem ?
> - I tested deadstore optimisation, but the program's operate wrong (but do
>   not crash). Si I keep the optimisation off like on 3.2.2

It is possible that a bug has not been fixed, but which platform are we
talking about here? GotoXY implementation is platform specific, because
the CRT unit is platform specific.

Charlie


More information about the fpc-pascal mailing list