Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.pascal.misc > #788

Re: Error 203 Out of Heap Space

From Marco van de Voort <marcov@toad.stack.nl>
Newsgroups comp.lang.pascal.misc
Subject Re: Error 203 Out of Heap Space
Date 2014-05-14 20:14 +0000
Organization Stack Usenet News Service
Message-ID <slrnln7jkb.22tm.marcov@toad.stack.nl> (permalink)
References <0192aefb-b5fd-4039-a224-44524d3b1f2b@googlegroups.com>

Show all headers | View raw


On 2014-05-14, SirJohn <contestcen@aol.com> wrote:

>  In other Pascals there is a MaxAvail function that lets me
> avoid the error.

Only in old DOS PASCALs, where all memory is allocated to
one application when it starts up (every left after tsrs and
device drivers had their fill).

You won't find that in anything modern.

Probably you need to rethink your memory strategy, or (plugin
extra memory).

Back to comp.lang.pascal.misc | Previous | NextPrevious in thread | Find similar


Thread

Error 203 Out of Heap Space SirJohn <contestcen@aol.com> - 2014-05-14 06:57 -0700
  Re: Error 203 Out of Heap Space Kai Burghardt <wiz@KaiBurghardt.de> - 2014-05-14 19:31 +0000
  Re: Error 203 Out of Heap Space Marco van de Voort <marcov@toad.stack.nl> - 2014-05-14 20:14 +0000

csiph-web