VC Redistributables

From truxwiki.com
Revision as of 16:37, 18 May 2020 by Admin (talk | contribs) (Created page with "Microsoft will periodically screw you by changing the contents of the DLLs that implement the C/C++ runtime. Typically, they will add a new critical DLL to the package. Since...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Microsoft will periodically screw you by changing the contents of the DLLs that implement the C/C++ runtime. Typically, they will add a new critical DLL to the package. Since we compile with the latest Visual Studio, we must update the installer to include the very latest C/C++ runtime installer.

  • This page contains the links to the different packages.
  • This link should download the latest C/C++ installer.