[fpc-pascal](no subject)
Ivan Baev
Sirib at gmx.net
Tue Aug 13 11:51:08 CEST 2002
I have a little problemw with the following:
while not eof (beschleunigungen) do
begin;
read (beschleunigungen,b,c,d,e,g);
writeln(b:8:0);
end;
writeln('test');
close (beschleunigungen);
(beschleunigungen) exists, don't worry.
The problem is, that I always get a runtime-error with useing
'while not eof'. The writeln('test'); does not appear on the screen. Just
the following:
Runtime error 106 at 0x0805C596
0x0805C596
0x080480B0
I have the latest fpc-compiler. My Linux is Suse7.2. with KDE.
Am I doing something wrong while programming, or is it a system-based error?
Does anybody has an idea? Please mail me.
Thanks,
Ivan Baev
'sirib at gmx.net'
--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
More information about the fpc-pascal
mailing list