"The total size of a static array cannot exceed 16Mb."

Janice Caron caron800 at googlemail.com
Tue Oct 2 00:45:20 PDT 2007


On 10/2/07, Janice Caron <caron800 at googlemail.com> wrote:
> Sorry. That should be
>
>     arr = new Array!(int)(4096,4096);

Gaah! That's too many typos for one morning!

arr = new Array2D!(int)(4096,4096);

Anyway, hopefully you get the idea. I'm going for more coffee before I
mistype anything else!



More information about the Digitalmars-d mailing list