mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
The committed DLLs in windows/dll/ are x86-64 only, causing the Win32 build to ship 64-bit vcruntime140.dll alongside a 32-bit exe. This made ccextractor silently fail on 32-bit Windows (reported in #2116). Source vcruntime DLLs from $(VCToolsRedistDir) instead, which provides the correct architecture (x86 or x64) matching the build target. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The Windows binaries are now distributed separately, please visit https://ccextractor.org/public:general:downloads For a link to the current version.