1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 18:07:02 +00:00
Files
zint/backend_tcl
gitlost fe3907c2cb DXFILMEDGE: various tweaks:
change # 147 -> 127 to use up barcode # holes;
  use "common.h" funcs `str_to_uppercase()` -> `to_upper()`,
  `count_char_occurrences()` -> `chr_cnt()`;
  prefix defines with `DX_` and funcs with `dx_`;
  `ZINT_DEBUG_PRINT` -> `symbol->debug & ZINT_DEBUG_PRINT`;
  bools to ints; use `posn()` to check for slash (returns length);
  restrict line lengths to 118; suppress some clang-tidy warnings;
  normalize some error messages;
  check for single "A" if any (`sscanf()`);
  use compliant height default; some whitespace formatting;
Tcl: add DXFILMEDGE support
docs: document DXFILMEDGE; update to latest pandoc
test suite: ZXingCPP: DXFILMEDGE support
2024-12-23 20:52:08 +00:00
..
2023-12-18 09:44:47 +00:00
2024-12-23 20:52:08 +00:00
2024-12-23 20:52:08 +00:00
2024-12-23 20:52:08 +00: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.