[fpc-pascal]'try-except'-problem
Dominik Schulz
dschulz at c-nit.de
Sat Sep 16 16:37:10 CEST 2000
Michael.VanCanneyt at Wisa.be wrote:
> > 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?
> > >
> This is not normal. It should compile just like that, without recompiling
> the syslinux unit. Can you send the output of a compile with -va and the
> paths NOT in the config file ?
I loaded up two file that contain the output. This one is for compilation
with the win32 target:
http://home.c-nit.de/hjschulz/misc/log
And this one with the go32v2 target:
http://home.c-nit.de/hjschulz/misc/log2
Using -Tgo32v2 the compiler does'nt crash, but the RE 200 still occurs after
running the program.
Paths:
The unit strings was missing. I found it in this directory, although
it is for include files (or am I wrong?). I copied it into a unit directory:
\source\rtl\inc
I added this path too:
\source\rtl\objpas
Dominik
More information about the fpc-pascal
mailing list