Einzelnen Beitrag anzeigen

EWeiss
(Gast)

n/a Beiträge
 
#3

AW: max size von array of byte?

  Alt 2. Jul 2011, 19:37
huhu,

also folgender Code funzt:
Code:
buffer : array[0..1036275] of Byte;
aber ab: 1036276, kommt schon ein StackOverflow.

Kann man da was machen, um ein größeres Array nutzen zu können?
The amount of memory available depends on:
1. The total memory on the platform.
2. The amount of memory allocated to the program.
3. The compiler's settings.

gruss
  Mit Zitat antworten Zitat