2013 Redistributable Package X64 — Microsoft Visual C++

The x64 version explicitly supplies the 64-bit runtime libraries. On a 64-bit installation of Windows, software targeting 64-bit performance requires this package, whereas 32-bit applications still need the companion x86 installer package. Core Technical Specifications Visual C++ Redistributable Packages for Visual Studio 2013

John's eyes widened with understanding. "So, where can I find this package?" he asked. microsoft visual c++ 2013 redistributable package x64

| File | Purpose | |------|---------| | msvcr120.dll | C runtime (printf, malloc, fopen, etc.) | | msvcp120.dll | C++ standard library (std::string, std::vector, iostream) | | msvcr120_clr0400.dll | Mixed-mode C++/CLI support (for .NET interop) | | vcomp120.dll | OpenMP parallelization runtime | | concrt140.dll (actually part of vc140 but included in some packages) – correction: ConcRT is in vcruntime for 2013? Wait, check. | The x64 version explicitly supplies the 64-bit runtime