Windows and OSX 64-bit builds?

Monte Goulding monte at appisle.net
Thu Feb 9 21:19:45 EST 2017


> On 10 Feb 2017, at 1:03 pm, Tom Glod via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> trying to export snapshots of lage groups with many image controls. ....
> can't get past 10k

10k controls or 10k pixels. Control rect origins are 16 bit ints and sizes are 16 bit unsigned ints so if you are trying to position a control at > 32767 then it won’t work. That won’t change when we compile the engine as 64 bit.

Cheers

Monte


More information about the use-livecode mailing list