[fpc-pascal]'try-except'-problem
Dominik Schulz
dschulz at c-nit.de
Sat Sep 16 00:24:09 CEST 2000
Michael.VanCanneyt at Wisa.be wrote:
> On Fri, 15 Sep 2000, Dominik Schulz wrote:
> > This program always crashes with RE 200.
> > Why doesn't the try-except-block avoid this?
>
> so all you need to do is add 'sysutils' to the uses clause.
Okay, did did so. After that the compiler complained about missing
units ans include files. So I added the paths in the config file.
Now the compiler stops with these messages:
-----------------------------------------------------------------
base.inc(293,62) Note: Values in enumeration types have t
base.inc(293,83) Note: Values in enumeration types have t
base.inc(294,27) Note: Values in enumeration types have t
base.inc(355,38) Error: Error in type definition
base.inc(363,38) Error: Error in type definition
base.inc(371,42) Error: Error in type definition
base.inc(418,48) Error: Error in type definition
base.inc(428,49) Error: Error in type definition
base.inc(432,49) Error: Error in type definition
base.inc(545,92) Error: Error in type definition
struct.inc(1384,49) Error: Error in type definition
struct.inc(1385,71) Error: Error in type definition
Compilation aborted struct.inc:1385
Runtime error 216 at 0x0048A612
0x0048A612
0x004950B1
0x004362F0
0x00431ADC
0x00431E48
0x00433D97
0x0043814A
0x00402FD6
0x00440741
0x00401CC3
-------------------------------------------------------------
What is still wrong?
BTW: I don't know, why my last E-Mail was send twice.
Dominik
More information about the fpc-pascal
mailing list