Barcode Suite for FireMonkey
Delphi and C++Builder barcode image processing library for FireMonkey.
- uses ZXing-C++ library
- can both decode and encode 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
- supports Windows. macOS, Linux, iOS and Android
- available for Delphi/C++Builder XE2 - 12
- source code included in registered version
- royalty free distribution in applications
Download and order
Order Barcode Suite for FireMonkey $120 USD (license for one developer)
Order Barcode Suite for FireMonkey multi-license $360 USD (license for all developers in company)
Order Barcode Suite for FireMonkey year upgrades $60 USD (registered users only)
Order Barcode Suite for FireMonkey year upgrades multi-license $180 USD (registered multi-license users only)
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:
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"