zint-barcode-generator/backend_tcl
2019-11-17 19:30:55 +01:00
..
demo Included TEA and Androwish changes by Christian Werner from: 2016-07-04 13:46:30 +02:00
lib/zint 2019-10-07 2.6.7 HaO Set version to 2.6.7, documentation, readme 2019-10-07 11:57:35 +02: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 Corrected zint tcl package version to 2.5.2 2016-10-17 22:01:15 +02:00
configure.in 2019-10-07 2.6.7 HaO Set version to 2.6.7, documentation, readme 2019-10-07 11:57:35 +02:00
Makefile.in Included TEA and Androwish changes by Christian Werner from: 2016-07-04 13:46:30 +02:00
readme.txt TCL Backend 2.5.0 2015-08-18 14:23:28 +02:00
zint.c 2019-10-07 2.6.7 HaO Set version to 2.6.7, documentation, readme 2019-10-07 11:57:35 +02:00
zint_tcl.dsp Make compile with ms-vc6 (zint, tcl) and VS2015 (qzint) 2019-11-17 19:30:55 +01: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:
- MS-VC6 project file "zint_tcl.dsp" may be opened by the GUI.
- Linux/Unix build is no issue in principe but is not done jet

Usage:

load zint.dll
zint help

Most options are identical to the command line tool and are described in the
zint manual.

Demo:
The demo folder contains a minimal visual demo program.