Install Visual C++ Windows 10

0 views
Skip to first unread message

Vespasiano Jilg

unread,
Aug 5, 2024, 9:46:01 AM8/5/24
to chiochanrairo
TheVisual C++ Redistributable installs Microsoft C and C++ (MSVC) runtime libraries. Many applications built using Microsoft C and C++ tools require these libraries. If your app uses those libraries, a Microsoft Visual C++ Redistributable package must be installed on the target system before you install your app. The Redistributable package architecture must match your app's target architecture. The Redistributable version must be at least as recent as the MSVC build toolset used to build your app. We recommend you use the latest Redistributable available for your version of Visual Studio, with some exceptions noted later in this article.

Unlike older versions of Visual Studio, which have infrequent redist updates, the version number isn't listed in the following table for Visual Studio 2015-2022 because the redist is updated frequently. To find the version number of the latest redist, download the redist you're interested in using one of the following links. Then, look at its properties using Windows File Explorer. In the Details pane, the File version contains the version of the redist.


Some of the downloads that are mentioned in this article are currently available on my.visualstudio.com. Log in using a Visual Studio Subscription account so that you can access the download links. If you're asked for credentials, use your existing Visual Studio subscription account. Or, create a free account by choosing the No account? Create one! link.


Visual Studio versions since Visual Studio 2015 share the same Redistributable files. For example, any apps built by the Visual Studio 2015, 2017, 2019, or 2022 toolsets can use the latest Microsoft Visual C++ Redistributable. However, the version of the Microsoft Visual C++ Redistributable installed on the machine must be the same or higher than the version of the Visual C++ toolset used to create your application. For more information about which version of the Redistributable to install, see Determining which DLLs to redistribute. For more information about binary compatibility, see C++ binary compatibility between Visual Studio versions.


These links download the latest available en-US Microsoft Visual C++ Redistributable packages for Visual Studio 2013.You can download other versions and languages from Update for Visual C++ 2013 Redistributable Package or from my.visualstudio.com.


These links download the latest available en-US Microsoft Visual C++ Redistributable packages for Visual Studio 2012 Update 4. You can download other versions and languages from Microsoft Visual C++ Redistributable Packages for Visual Studio 2012 Update 4 or from my.visualstudio.com.


HI,

I started a physics course at university and they required to use root libraries for compiling programs.

Is there a way to use root libraries with Visual Studio 2019?

i tried to install the last release from the site,the 6.22.06, but when i try to include a library in vs it doesnt work,it show an error;

a friend told me it is because root for windows is only for 32bit computers,and mine is 64.

To install root i downloaded the .zip file from the site and then placed it to C:\ ,and then from the vs prompt i run c:\root\bin\thisroot.bat as the installation tutorial says in the release page,but then when i try to include libraries it doesnt work as i said before.

Can anybody tell me what i am doing wrong?you would save my life,thanks


Yes, ROOT is 32 bit only, but works perfectly well on 64 bit computers. But if you want to create your own application, you need to make sure to create a 32 bit application and use the same compiler flags than ROOT itself. I would advise to use CMake to generate the solution file for VS 2019


so i have to write all the root libraries headers an sources on that file, and create the solution file.

but what does the solution file do?sorry i am a real rookie so i have no idea of what to do next

i will try and let you know.

thank you for the help


in the course i have been doing we started by programming very easy applications first, like writing a program to calculate standard deviation or such,then we started using classes and creating our own statistics classes(which was kinda easy using visual studio),and then we sent the .cpp file(i just did write the source and then run the debug to make sure everythin was running,i never used the prompt).

Then they asked us to write some programmes using root libraries to diplay things like histograms.


but for me it was a problem cause i wasnt using a linux environment and when i try to run that program on vs it doesnt work(i understand vs doesnt have the root libraries on default so using #include doesnt work,so i tried to install root to get the .h files and copy/paste them to the .h folder section of vs but that obviously didnt work), so my problem is how to use root libraries on vs for tings like that .

sorry i am a real newbie so i imagine i might be annoying you,so thank you so much for being so comprehensive


P.S. you can also add the c:\root\lib directory as additional library dir and c:\root\include as additional include dir in Visual Studio, and add the ROOT libraries (e.g. at least libCore.lib and libHist.lib) to be linked with your project


You have to call c:\root\bin\thisroot.bat before running the executable.

If you want to be able to double-click on it from the File Explorer, then you have to create a new environment variable called ROOTSYS, pointing to c:\root and add %ROOTSYS%\bin to your PATH environment variable


If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more


I start to upgrade 10.30 -> 10.40, and on windows installations servers on windows 2016 R2 the DP10.40 windows client installer showing the follwing error messages. Sometimes it's helps to run manually vcredist_x64.exe sometimes it's a permanent problem. Any idea?


I have seen this error on my older Win2k8R2- Servers with long update history. When starting the csetup.exe in debug- mode I have seen that MF uses systeminfo.exe to determine installed patches. Unfortunately this tool has an old known bug which prevents from showing a long list of patches.


Ensure that the Data Protector server or client has the update for Universal C Runtime (UCRT) in Windows (KB2999226 or KB3118401). If KB2999226 or KB3118401 is not installed, download and install the appropriate patch for the Windows OS version of your Data Protector server or client from the following location:


System is not compliant for Microsoft Visual Studio redistributable installation or required UCRT components are unavailable. See the "Windows OS and patch levels" section of the latest Data Protector documentation for compliance information.


There are many tutorials around the net for installing this suite into windows 7/8x but none work for windows 10. There is one program which claims to support installing visual studio 6 in windows 10 but I did not want to register just to download that program and try it out.


First of all you need to somehow obtain a copy of visual studio 6. There are many ways of obtaining that however, I will assume (yes I know about assume yada yada) that you have a legal copy and product key.


You need to select the custom setup option because otherwise you will be up a brown smelly creek in a barbed wire canoe with a tennis racket as a paddle. Ok, maybe I embellished a bit but select the custom setup option ok?


This apparently helps for the data access components. Remember, in those times there was not 64/32 bit thunking requiring separate program folders. Heck, in those days 32 bit was cutting edge and like the 640k memory limit it was not thought that more would be needed.


There will be more click this and that which nobody then or today takes any notice of until we come to the important screen, the one where you can select your components. This may take a while to appear while the setup program searches for installed components. Be patient


As I am only interested in VB6 I deselected C++, Foxpro, Interdev and source safe then selected graphics for the cool retro icons and animation, aaah nostalgia. Everything else I left as default except for one very important step.


To create new MonoGame projects from within Visual Studio 2022, you will need to install the MonoGame Framework C# project templates extension. The following steps demonstrate how to install the extension.


After it is downloaded, an alert will appear at the bottom of the Manage Extensions window that states "Your changes will be scheduled. The modifications will begin when all Microsoft Visual Studio windows are closed." Click the Close button, then close Visual Studio 2022.


After closing Visual Studio 2022, a VSIX Installer window will open confirming that you want to install the MonoGame Framework C# project templates extension. Click the Modify button to accept the install.


I have windows 10 Enterprise on my work computer. Last week we upgraded our Visual Studio from 2019 to 2022. We then discovered that CR for VS sp 30 is not compatible with VS 2022. I have uninstalled ALL versions of Crystal reports and have tried numerous times to install CRforVS6413SP33_0-80007712.exe


I run the install as administrator. It unpacks then right after the the language box I get an error. "You must already have Microsoft Visual c++ 2013 redistributable(x64) installed to proceed with this installation." Then the installation closes.


I already have Visual C++ installed but I have gone to the Microsoft site and downloaded another install just in case mine was messed up. I have multiple versions of Microsoft Visual C++ installed - two of which I installed yesterday. Still unable to install Crystal Reports for Visual Studio sp 33.

3a8082e126
Reply all
Reply to author
Forward
0 new messages