QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: Kosta on August 05, 2019, 05:36:35 pm

Title: Maximum Array Size
Post by: Kosta on August 05, 2019, 05:36:35 pm
Hi Guys. Can you tell me if on QB64 we are still limited to 2g array size? Does the 64 bit compiler make a difference so I can have arrays holding more than 2gigs?

Kosta
Title: Re: Maximum Array Size
Post by: SMcNeill on August 05, 2019, 05:49:30 pm
You can, if you’re using the 64-bit version of QB64.
Title: Re: Maximum Array Size
Post by: Kosta on August 05, 2019, 06:16:00 pm
Awesome. Now if we could only speed it up a bit.  Thanks pal!

Kosta