The 64-bit compiler in Delphi XE2 throws an exception on line 240 in
dwsJSON.pas in the latest revision.
The line:
TdwsJSONValueArray = array [0..MaxInt shr 3] of TdwsJSONValue;
The error:
[DCC Error] dwsJSON.pas(240): E2100 Data type too large: exceeds 2 GB
Shrinking the array on 64-bits should offer a solution, as the pointer size is
doubled.
Original issue reported on code.google.com by frederic...@gmail.com on 22 Dec 2012 at 9:17
Original issue reported on code.google.com by
frederic...@gmail.com
on 22 Dec 2012 at 9:17