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