mirror of
https://git.code.sf.net/p/zint/code
synced 2026-05-14 18:13:53 +00:00
DATAMATRIX: add manual FNC1 support
CODE128: error on unrecognized extra escape sequences instead of just passing them thru; fix possible shifting before manual FNC1 in 2nd position after single alpha (otherwise won't be recognized as AIM) fix not removing manual FNC1 in 1st/2nd position from content segs (as implied by symbology identifier) CLI: warn if both "--dmre" and "--square" given (as "--square" overwrites "--dmre") common: new routines `z_isalpha()`, `z_extra_escapes()` and `z_ct_set_seg_extra_escapes_eci()` library: new helper `supports_extra_escape_mode()`; fix some error_number dups BWIPP: update to latest, and allow for removal of DBAR_LTD_CC RHS quiet zones & extra row when have add-on in EAN/UPC composites test suite: fix BWIPP escaping manual/man/tcl: update for DATAMATRIX manual FNC1 support Windows: resource scripts: make more consistent (libzint, CLI, GUI) win32/README: update with MSVC 2026
This commit is contained in:
11
win32/README
11
win32/README
@@ -1,4 +1,4 @@
|
||||
% win32/README 2025-12-09
|
||||
% win32/README 2026-04-18
|
||||
|
||||
Visual Studio 2022
|
||||
------------------
|
||||
@@ -129,8 +129,8 @@ Studio 2015, see "frontend_qt\HOWTO_BUILD_STANDALONE_MSVS2015.txt"
|
||||
CMake and Visual Studio
|
||||
-----------------------
|
||||
|
||||
Zint can also be built using CMake with Visual Studio 2022, 2019, 2017 or 2015.
|
||||
The following example uses Visual Studio 2019 to build for x86/Win32:
|
||||
Zint can also be built using CMake with Visual Studio 2026, 2022, 2019, 2017 or
|
||||
2015. The following example uses Visual Studio 2019 to build for x86/Win32:
|
||||
|
||||
As above, follow the steps to build zlib, lpng and gs1encoders.
|
||||
|
||||
@@ -157,12 +157,13 @@ You should be able to run zint CLI and Zint Studio:
|
||||
Note that the program name for Zint Studio when built using CMake is not
|
||||
"qtZint.exe" but "zint-qt.exe".
|
||||
|
||||
For MSVC 2015 32-bit, MSVC 2017 32-bit and MSVC 2022 32-bit, the zint cmake
|
||||
equivalents are (include the library locations as above):
|
||||
For MSVC 2015 32-bit, MSVC 2017 32-bit, MSVC 2022 32-bit and MSVC 2026 32-bit,
|
||||
the zint cmake equivalents are (include the library locations as above):
|
||||
|
||||
cmake -G "Visual Studio 14 2015" -DCMAKE_BUILD_TYPE=Release -B build^
|
||||
cmake -G "Visual Studio 15 2017" -DCMAKE_BUILD_TYPE=Release -B build^
|
||||
cmake -G "Visual Studio 17 2022" -A Win32 -DCMAKE_BUILD_TYPE=Release -B build^
|
||||
cmake -G "Visual Studio 18 2026" -A Win32 -DCMAKE_BUILD_TYPE=Release -B build^
|
||||
|
||||
To build as 64-bit, open an "x64 Native Tools" Command Prompt and follow the
|
||||
same instructions, using "MSVC 2019 64-bit" (or "MSVC 2022 64-bit") as the Qt
|
||||
|
||||
Reference in New Issue
Block a user