zint/backend_tcl
gitlost 6393813cff - cmake: remove zintconfig.h.in for now as incompatible with MSVC
project builds (will add back in future if go fully CMake)
- NO_PNG -> ZINT_NO_PNG and new API function `Zint_NoPng()` to
  determine if no PNG support in libzint; replace use in GUI with
  backend_qt method `noPng()`
2022-11-24 14:18:31 +00:00
..
demo - Compile-able with MS-VC6 2020-08-04 15:49:25 +02:00
lib/zint Release 2.11.1 2022-08-22 16:28:22 +01:00
tclconfig Included TEA and Androwish changes by Christian Werner from: 2016-07-04 13:46:30 +02:00
aclocal.m4 Included TEA and Androwish changes by Christian Werner from: 2016-07-04 13:46:30 +02:00
configure - cmake: remove zintconfig.h.in for now as incompatible with MSVC 2022-11-24 14:18:31 +00:00
configure.in - cmake: remove zintconfig.h.in for now as incompatible with MSVC 2022-11-24 14:18:31 +00:00
Makefile.in vector.c: string halign; POSTNET/PLANET: 1 module space; ZBarcode_Cap(); GUI settings 2020-09-30 12:19:12 +01:00
readme.txt Add UltraCode symbology to the tcl backend. 2020-04-07 18:11:33 +02:00
zint_tcl.dsp - cmake: remove zintconfig.h.in for now as incompatible with MSVC 2022-11-24 14:18:31 +00:00
zint.c - API/CLI/Tcl/GUI: new output option BARCODE_BIND_TOP/--bindtop/ 2022-11-10 22:13:41 +00:00

    zint tcl binding readme
    -----------------------
    2014-06-30
    (C) Harald Oehlmann
    harald.oehlmann@users.sourceforge.net

What: tcl binding for zint bar code generator library

Build:
The header files of a TCL and Tk build are required for the build.

- MS-VC6 project file "zint_tcl.dsp" may be opened by the GUI.
- Linux/Unix build is provided by the configure script.
  Thanks to Christian Werner for that.

Usage:

load zint.dll
zint help

Most options are identical to the command line tool.
Details may be found in the zint manual.

Demo:
The demo folder contains a visual demo program.