P/TByteArray and P/TWordArray very stupidly small.
- From: "Skybuck Flying" <BloodyShame@xxxxxxxxxxx>
- Date: Sun, 29 Jun 2008 06:11:40 +0200
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 ;)
.
- Prev by Date: Re: Thread Priority
- Next by Date: Feature Request: Show call locations.
- Previous by thread: Delphi Layered Service Provider
- Next by thread: Feature Request: Show call locations.
- Index(es):