[fpc-pascal]Error messages again

Adam Naumowicz adamn at math.uwb.edu.pl
Wed Dec 20 08:30:31 CET 2000


On Tue, 19 Dec 2000, Dirk Verwiebe wrote:

> I tried it under win98 in a dos box (go32v2) with snapshot from today and
> get only a file with length 0 byte.The error message appeard on the screen.
>
> close(stderr);
> assign(stderr,'err.txt');
> rewrite(stderr);
> mem[$fffff]:=0;
>

Haven't you forgotten to close the stderr file after writing to it ?

Adam Naumowicz

--------------------------------------
WWW: http://math.uwb.edu.pl/~adamn/
--------------------------------------





More information about the fpc-pascal mailing list