Spelt / ZXing.Delphi

ZXing Barcode Scanning object Pascal Library for Delphi VCL and Delphi Firemonkey
Apache License 2.0
471 stars 206 forks source link

Compatibilty on Delphi11 #126

Closed igorbastosib closed 2 years ago

igorbastosib commented 2 years ago

Fixing the aTestAPP compatibility with D11; Fixing the "Integer overflow" exception. On Delphi 11 it's by default checked to raise "Integer overflow", so add the defenetion to turn it OFF and ON when necessary.

Spelt commented 2 years ago

I added the code manually. Thanks for the support!