Open GoogleCodeExporter opened 8 years ago
The fix in (1.7.29-1.7.33) used GDAL 2.0 to support big integer number using
int64. If the number is larger then the max of int64, an zero should be placed.
One small fix is converting from wxString to integer number is changed using
wxString.ToLong to wxStringToLongLong to support wxInt64. This is in ci #3671.
Verification is needed in next build (1.7.35).
Original comment by lixun...@gmail.com
on 1 Jul 2015 at 8:06
Original issue reported on code.google.com by
lixun...@gmail.com
on 29 Jun 2015 at 11:34