0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00
LimeReport/3rdparty/zint-2.10.0/backend_tcl
Rodrigo Torres 6822ade01b Update Zint
2022-01-26 09:16:57 -03:00
..
demo Update Zint 2022-01-26 09:16:57 -03:00
lib/zint Update Zint 2022-01-26 09:16:57 -03:00
tclconfig Update Zint 2022-01-26 09:16:57 -03:00
aclocal.m4 Update Zint 2022-01-26 09:16:57 -03:00
configure Update Zint 2022-01-26 09:16:57 -03:00
configure.in Update Zint 2022-01-26 09:16:57 -03:00
readme.txt Update Zint 2022-01-26 09:16:57 -03:00
zint_tcl.dsp Update Zint 2022-01-26 09:16:57 -03:00
zint.c Update Zint 2022-01-26 09:16:57 -03: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.