Android Question Is there a b4i Barcode generation library that will go beyond QRGenerator's 80 character limit

vikingivesterled

Active Member
Licensed User
Longtime User
There are so many good barcode generator libraries for b4a but when will we get one for b4i that goes beyond 80 characters.
My current project needs to follow an industry standard where larger barcodes are used.
Aztec would be a very attractive addition.

Currently as a trial I increased the 78 limit of QRGenerator but got:
Error occurred on line: 87 (BytesBuilder)
*** -[NSConcreteMutableData initWithLength:]: absurd length: 18446744073709551156, maximum size: 9223372036854775808 bytes
 
Top