P/TByteArray and P/TWordArray very stupidly small.



SysUtils.pas:

{ General arrays }

PByteArray = ^TByteArray;
TByteArray = array[0..32767] of Byte;

PWordArray = ^TWordArray;
TWordArray = array[0..16383] of Word;

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Very stupidly small.

Increase it to 2GB structures !

Bye,
Skybuck ;)


.