-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Interger overflow" error occur #133
Comments
It happens to me, too, quite often |
Which platform ? Windows 32? Winows 64? IOS? Or Android? |
My problem appears in Android,1D or 2D encountered |
On Windows and IOS64 it works. I don't have an Android here to test. That has to wait. Do you use PURE_BARCODE ? Like: hints := TDictionary<TDecodeHintType, TObject>.Create(); If you do can you try again without this option? |
On Windows 32 or 64. |
you can try "vclTestApp" this demo to build it with win32. and use the QR Code Pictures I provided to test! |
Hi, I provided an update. The cause of this over flow bug is in the EAN decoder. What exacly the cause of this bug is is unknown. I fixed it by eating the exception. It will happen only once when scanning the same type of barcodes. If there is an attached Delphi debugger the exception will still be thrown in the IDE. Some extra information: if you know in front that you only scan QR Codes then you can also set: |
I close this one. If there are any problems, please reopen. |
I can't recognize this picture。it raise an error "Interger overflow" ,and This QR code is legal!!!
The text was updated successfully, but these errors were encountered: