[fpc-pascal]Issues regarding available memory

Jonas Maebe jonas at zeus.ugent.be
Fri May 16 23:02:49 CEST 2003


On vrijdag, mei 16, 2003, at 22:57 Europe/Brussels, Alan Mead wrote:

> I noticed that 1.0.4 is out of date so I tried this program on my
> Windows 2000 computer which has 1.0.6 and I get very similar results
> except the error is 203 rather than 216.
>
> I usually assume that these things are my error but it seems like
> this might possibly be a problem with the compiler?

The heap manager is written to give a run time error 203 when you ask 
for memory and it can't be allocated. You can catch this using 
exceptions.


Jonas





More information about the fpc-pascal mailing list