Barcode Suite for FireMonkey

Barcode Suite for FireMonkey Decode
Delphi and C++Builder barcode image processing library for FireMonkey.
  • utilizes the ZXing-C++ library
  • capable of decoding and encoding a wide variety of barcodes
  • supports Aztec, Codabar, Code 39, Code 93, Code 128, DataBar, DataBar Expanded, Data Matrix, EAN-8, EAN-13, ITF, MaxiCode, PDF417, QR Code, UPC-A, UPC-E, Micro QR Code, Rectangular Micro QR Code, and DX Film Edge symbologies
  • compatible with Windows, macOS, Linux, iOS, and Android
  • available for Delphi/C++Builder XE2 - 12
  • source code included in the registered version
  • royalty-free distribution in applications

Download and order

FAQ

How can I fix "cannot find -lzxingcpp" error?
Path to the libzxingcpp.a library has to be added to "Search path" using Delphi "Project/Options" menu and "Building/Delphi Compiler/Search path" item:
  • Android 32-bit target: add subfolder "Library\Android\armeabi-v7a" to "Search path"
  • Android 64-bit target: add subfolder "Library\Android\arm64-v8a" to "Search path"
  • iOS Device 64-bit target: add subfolder "Library\iOSDevice" to "Search path"

Related links