Re: [Lazarus] Compilation aborted!

2018-02-22 Thread Virgo Pärna via Lazarus
On Thu, 22 Feb 2018 10:29:34 + (UTC), Virgo Pärna via Lazarus 
<lazarus@lists.lazarus-ide.org> wrote:
> On Sun, 18 Feb 2018 12:51:49 -0500, Donald Ziesig via Lazarus 
> <lazarus@lists.lazarus-ide.org> wrote:
>>
>>    TAMBytes = array[0..High(Integer)] of Byte;
>>
>
>   Was it 32 bit compiler? Because 2GB - 1 byte array would really
> be problem with 32 bit programs. But ofcause it should not result in Access 
> Violation.
>

Correction: actully 2GB. Forgot 0th byte.

-- 
Virgo Pärna 
virgo.pa...@mail.ee

-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Compilation aborted!

2018-02-22 Thread Virgo Pärna via Lazarus
On Sun, 18 Feb 2018 12:51:49 -0500, Donald Ziesig via Lazarus 
 wrote:
>
>    TAMBytes = array[0..High(Integer)] of Byte;
>

Was it 32 bit compiler? Because 2GB - 1 byte array would really
be problem with 32 bit programs. But ofcause it should not result in Access 
Violation.

-- 
Virgo Pärna 
virgo.pa...@mail.ee

-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus