mirror of
https://github.com/brazilofmux/tinymux
synced 2026-08-13 00:23:11 -04:00
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> |
||
|---|---|---|
| .. | ||
| comsys | ||
| engine | ||
| exp3 | ||
| sqlproxy | ||
| sqlslave | ||
| .depend | ||
| autoconf-win32.h | ||
| autoconf.h.in | ||
| install-sh | ||
| interfaces.txt | ||
| Makefile.am | ||
| Makefile.in | ||