zxing-cpp

zxing-cpp is a C++ barcode decoder library. It also features an interface to the zint barcode creation library.

2025-01-09 HaO: There is a TCL interface for zxing-cpp here: [L1 ]. It copies the great zbar TCL interface from Christian Werner (THANKS!).

I currently build only with VS2022 on Windows by:

  • first running cmake to build the zxing-cpp library
  • then use the nmake TCL build system in wrappers/tcl/win

Any contribution appreciated!