For the records, from the FPC documentation:

203 Heap overflow error The heap has grown beyond its boundaries. This is caused when trying to allocate memory exlicitly with new, getmem or reallocmem, or when a class or object instance is created and no memory is left. Please note that, by default, Free Pascal provides a growing heap, i.e. the heap will try to allocate more memory if needed. However, if the heap has reached the maximum size allowed by the operating system or hardware, then you will get
this error.

Aitor

Blair Campbell escribió:
Just being curious: Does adding some EMM=... option to EMM386 make
any of your programs crash which would otherwise work?


I just tested a variety of programs with EMM=4019 and SEAL2 and the
Free Pascal IDE crashed.  Both worked fine without the EMM=4019
option.

With SEAL2 it just finished the splash screen loader and then some
miniscule lines of text too small to read appeared on the top of the
screen and CTL-ALT-Del refused to work.

With FPIDE it gave me this error:

Runtime error 203 at $001AAD20
$001AAD20
$001AAE5A
$001AAFAB
$001A9C77
$001B0B10
$001A88C5
$001B154A

Another problem I ran into (not sure if it is a FreeDOS problem) is
that both with Cutemouse 1.9 and 2.0 the cursor didn't show in the IDE
although I was still able to click on the menus.

Blair Campbell



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to