Files
ccextractor/windows
Carlos Fernandez 571d311d86 Fix vcruntime DLLs: source from MSVC redist for correct architecture
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>
2026-02-18 21:34:37 -08:00
..
2024-08-10 12:55:21 +02:00
2016-07-05 18:01:47 +02:00

The Windows binaries are now distributed separately, please visit

https://ccextractor.org/public:general:downloads

For a link to the current version.