tinymux/mux/modules
Stephen Dennis dfe6c3d7d8 fix(#2221): stage the vcpkg PCRE2 runtime beside the build output
The x64-windows triplet links dynamically, so engine.dll imports
pcre2-8.dll (pcre2-8d.dll in Debug).  #2212 pointed the include and
library paths at vcpkg_installed but nothing copies the runtime next
to the output, and the documented setup does not turn on vcpkg's
MSBuild integration.  A clean checkout therefore linked cleanly and
then failed at LoadLibrary with ERROR_MOD_NOT_FOUND.

Verified both directions with a LoadLibraryEx probe against
bin_release and bin_debug: error 126 with the DLL absent, success
with it staged, in both configurations.

Missing runtime is an error rather than a skipped copy.  If the link
found the import library the DLL is there too, so a miss means the
vcpkg tree is wrong -- and staying quiet reproduces exactly the
silent-unloadable-output failure this fixes.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-10 23:03:37 -06:00
..
comsys fix(build): relative IncludePath/LibraryPath in master vcxproj files (#2185) 2026-08-07 00:35:17 -06:00
engine fix(#2221): stage the vcpkg PCRE2 runtime beside the build output 2026-08-10 23:03:37 -06:00
exp3 fix(build): relative IncludePath/LibraryPath in master vcxproj files (#2185) 2026-08-07 00:35:17 -06:00
mail fix(build): relative IncludePath/LibraryPath in master vcxproj files (#2185) 2026-08-07 00:35:17 -06:00
sqlproxy fix(build): relative IncludePath/LibraryPath in master vcxproj files (#2185) 2026-08-07 00:35:17 -06:00
sqlslave fix(build): relative IncludePath/LibraryPath in master vcxproj files (#2185) 2026-08-07 00:35:17 -06:00
.depend Restructure mux/ directory: component-based layout with proper build root 2026-03-09 20:38:37 -06:00
autoconf-win32.h feat(win32): make NLS work on MSVC with a built-in catalog reader (#1419) 2026-07-27 09:44:43 -06:00
autoconf.h.in Add optional gettext NLS plumbing for server messages (#1419) 2026-07-27 00:03:01 +00:00
install-sh Restructure mux/ directory: component-based layout with proper build root 2026-03-09 20:38:37 -06:00
interfaces.txt Restructure mux/ directory: component-based layout with proper build root 2026-03-09 20:38:37 -06:00
Makefile.am test(comsys,mail): whole-output conformance diff, and the six divergences it found (#1614) 2026-07-28 01:47:47 +00:00
Makefile.in test(comsys,mail): whole-output conformance diff, and the six divergences it found (#1614) 2026-07-28 01:47:47 +00:00