Vampyre Imaging Library Forum

Imaging Category => Help & Questions => Topic started by: JordiMonty on 1 August 2019, 17:52:13

Title: MacOs 64
Post by: JordiMonty on 1 August 2019, 17:52:13
Hello, I'm testing new Delphi 10.3 to build a MacOs64 bit application, and the library only compiles in 32bit mode.

TLongIntArray = array[0..MaxInt div 4 - 1] of LongInt;
[dccosx64 Error] ImagingUtility.pas(47): E2100 Data type too large: exceeds 2 GB

Are there any plans to support it?

Thank you,
Jordi
Title: Re: MacOs 64
Post by: Galfar on 3 August 2019, 23:56:14
I've updated my Delphi Community Ed. so I can have a look at this in next few days.
Title: Re: MacOs 64
Post by: Galfar on 7 August 2019, 01:13:21
It's fixed now.
Many changes were needed actually, Delphi macOS and Linux 64bit targets have LongInt/LongWord 64bit in size. It stays 32bit for Win64 and for all FPC targets.
Title: Re: MacOs 64
Post by: JordiMOnty on 26 August 2019, 12:38:54
It works! Thank you very much!