[fpc-pascal]'try-except'-problem

Michael.VanCanneyt at Wisa.be Michael.VanCanneyt at Wisa.be
Sat Sep 16 17:09:34 CEST 2000


On Sat, 16 Sep 2000, Dominik Schulz wrote:

> 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

But you must _remove_ all the paths which you have in the unit path.
it should be a clean compile, i.e. no RTL files should be found.

So, please: try the following command:

ppc386 -n -va -S2 yourfile.pp
(the -n makes sure no config file is read).

collect the output of that command.


Michael.





More information about the fpc-pascal mailing list