1
0
Fork 0
mirror of https://git.code.sf.net/p/zint/code synced 2025-06-01 15:48:25 -04:00
zint-barcode-generator/backend_tcl
Antoine Merino d13a3aaf1a
Add symbology: DX Film Edge barcode
DX Film Edge barcodes are used 35 mm and APS films
2024-12-19 18:57:18 +01:00
..
demo - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
lib/zint Version 2.13.0 2023-12-18 09:44:47 +00:00
tclconfig Add nmake.vc build system, add tcl 9 compatibility, half-fix unload, half-add version-info 2024-12-09 19:33:45 +01:00
win Add nmake.vc build system, add tcl 9 compatibility, half-fix unload, half-add version-info 2024-12-09 19:33:45 +01:00
aclocal.m4 Included TEA and Androwish changes by Christian Werner from: 2016-07-04 13:46:30 +02:00
configure Add symbology: DX Film Edge barcode 2024-12-19 18:57:18 +01:00
configure.ac Add symbology: DX Film Edge barcode 2024-12-19 18:57:18 +01:00
licence.txt GUI/manual/man page: bump year 2023 -> 2024 2024-01-01 13:26:49 +00:00
Makefile.in Add nmake.vc build system, add tcl 9 compatibility, half-fix unload, half-add version-info 2024-12-09 19:33:45 +01:00
pkgIndex.tcl.in - Add new symbology BARCODE_MAILMARK_2D (Royal Mail 2D Mailmark), 2022-12-08 13:48:31 +00:00
readme.txt Add nmake.vc build system, add tcl 9 compatibility, half-fix unload, half-add version-info 2024-12-09 19:33:45 +01:00
zint.c Add nmake.vc build system, add tcl 9 compatibility, half-fix unload, half-add version-info 2024-12-09 19:33:45 +01:00

    zint tcl binding readme
    -----------------------
    2024-12-09
    (C) Harald Oehlmann
    (C) Git Lost
    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.
They are included in a TCL/Tk source tree or in an installed TCL/Tk.

There are 3 build environments available:
- configure based build system for Linux/MacOS/MSYS/CYGWIN (Windows)
 Contributed by Christian Werner.
- win/Makefile.vc for TCL/Tk MS-Visual Studio build environment
- zint_tcl.vxproj for interactive VisualStudio build.

Usage:

package require zint
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.