<<

directx all versions download Visual C++ Downloads (All Runtime Versions) Does your system require Microsoft Visual C++ to run a specific program? This provides information about Visual C++ and how to download, install and troubleshoot its redistributables. For programs and games created with Microsoft Visual Studio (VC++ IDE), Visual C++ Redistributable is required. Visual C++ redistributables are shared libraries of DLL files (Dynamic Link Libraries) which may be used by any program. When developing new software with the Microsoft Visual C++ compiler, the developers must make sure that the corresponding runtime libraries are installed on all the machines this software is installed. Download Visual C++ Redistributables. Microsoft Visual C++ redistributable packages can be downloaded from the links given below. We have given all links to the official downloads including the new versions as well as the older versions, for both 32 bit and 64 bit versions. Some older version links may not work as they have been discontinued by Microsoft. Version. 32-bit. 64-bit. Visual C++ 2019 Redistributable (Visual Studio 2019 [VC++ 16.0]) [LATEST VERSION] Visual C++ 2017 Redistributable (Visual Studio 2017 [VC++ 15.0]) Visual C++ 2015 Redistributable (Visual Studio 2015 [VC++ 14.0]) Visual C++ 2013 Redistributable (Visual Studio 2013 [VC++ 12.0]) Visual C++ 2012 Redistributable (Visual Studio 2012 [VC++ 11.0]) Visual C++ 2010 Redistributable (Visual Studio 2010 [VC++ 10.0]) Visual C++ 2008 Redistributable (Visual Studio 2008 [VC++ 9.0]) Visual C++ 2005 Redistributable (Visual Studio 2005) What is Microsoft Visual C++? Microsoft Visual C++ is a Integrated Development Environment (IDE) tool to create apps and software using C and C++ programming languages. An IDE enables users to write, edit, test and compile their code into an executable file. Visual C++ Redistributable is a set of standard libraries required for running apps created and compiled in Visual C++ IDE. The biggest benefit of these redistributable files is that the runtime components can be called and used by all installed applications. There can be many Microsoft Redistributable packages installed on your system. You can view them by going to the /Programs/Apps and Features. Each runtime corresponds to a specific version of Visual C++ IDE. The programs created with a particular version of Visual C++ will require the corresponding version of runtime to be installed. That’s why multiple versions of Visual C++ runtime can be installed at the same time. When you create certain Apps or Programs using Visual C++, the Redistributable packages are installed automatically. Some developers pre- package the runtime libraries inside their software setups. Or you can download them manually. You can download all of the Visual C++ runtimes on this page. If you are using the same version of Microsoft Visual C++ to create multiple apps, then all the apps need only one redistributable package to run them all. When do you need Microsoft Visual C++ Redistributable? It is important for you to have the Visual C++ Redistributable if you have any software or program that relies on it, otherwise there is no reason for you to have the Microsoft VC++ Redistributable. As these packages do not use a heavy amount of your system resources, it’s ok even if you have multiple versions installed on your system. Microsoft Visual C++ Redistributables all versions. In this section, we will discuss about each version of Visual C++ runtime. Let’s begin with the latest one. Microsoft Visual C++ 2019 Redistributable. Applications created with Microsoft Visual Studio 2019 (Version 16.0) require this redistributable library to be installed in the system. If you have Visual Studio 2019 installed on your system, the runtime library is also installed to run the programs. Microsoft Visual C++ 2017 Redistributable. Applications created with Microsoft Visual Studio 2017 (Version 15.0) require C++ runtime 2017. If you have an application that is giving an error about MSVCR150.dll or MSVCP150.dll missing, you should install this version of Visual C++ 2017 redistributable. Microsoft Visual C++ 2015 Redistributable. Applications created with Visual Studio 2015 (Version 14.0) require C++ runtime 2015. If you have an application that is giving an error about MSVCR140.dll or MSVCP140.dll missing, you should install this version of Visual C++ 2015 redistributable. Microsoft Visual C++ 2013 Redistributable. Applications created with Visual Studio 2013 (Version 12.0) require C++ 2013 runtime. If you have an application that is giving an error about MSVCR120.dll or MSVCP120.dll missing, you should install this version of Visual C++ 2013 redistributable. Microsoft Visual C++ 2012 Redistributable. Applications created with Visual Studio 2012 (Version 11.0) require C++ runtime 2012. If you have an application that is giving an error about MSVCR110.dll or MSVCP110.dll missing, you should install this version of Visual C++ 2012 redistributable. Microsoft Visual C++ 2010 Redistributable. Applications created with Visual Studio 2010 (Version 10.0) require C++ runtime 2010. If you have an application that is giving an error about MSVCR100.dll or MSVCP100.dll missing, you should install this version of Visual C++ 2010 redistributable. Microsoft Visual C++ 2008 Redistributable. Applications created with Visual Studio 2008 (Version 9.0) require C++ runtime 2008. If you have an application that is giving an error about MSVCR90.dll or MSVCP90.dll missing, you should install this version of Visual C++ 2008 redistributable. Microsoft Visual C++ 2005 Redistributable. All in One Visual C++ Installers. If you are not comfortable to install Visual C++ redistributables one by one and want to install all of them, you should try out all in one Visual C++ installers. Here we list the best ones: Visual C++ Redistributable Runtimes All-in-One. Visual C++ Redistributable Runtimes All-in-One comes as a zip file with all versions of VC++ included and a simple batch file. Download it from the link below, unzip to a folder and run install_all.bat. This will install all the redistributables from version 2005 to 2019. All the installs are silent and do not require user intervention. The script does not restart Windows by itself. You’ll need to restart the computer once the installation is done. Visual C++ Runtime Installer (All-In-One) v56. Visual C++ Runtime Installer (All-In-One) is a single executable that includes all Visual C++ libraries built-in. RuntimePack. RuntimePack solves the problem of figuring out which C++ Redistributable Package you need as well as numerous DLL and OCX files that might be missing or not properly registered, causing Windows errors. RuntimePack is a single executable that will install all the VC++ runtimes on your computer. Features. Redistributable expands the features of your System related to multimedia. It helps you to install the components automatically which are required by many Apps, Games, and Programs to run. And the Apps which are written in C++ language, the Redistributable helps them to work and run properly. Each Redistributable package isn’t more than 20 MB in size. How to install Visual C++ redistributable. When you install a Visual C++ runtime, it will install the C Runtime (CRT), Standard C++, ATL, MFC, OpenMP and MSDIA libraries. Native assembly caches are installed in WinSxS folders. Installing them on Windows versions that support side-by-side assemblies (CRT, STL, ATL, MFC, OpenMP) makes the libraries side-by-side compatible with the . Select your architecture and download the redistributable from the links above. Then open its Installer. The window will open and ask you to accept the terms and then click on the Install button. It will take 4-5 seconds to install into your System. After installation completes, a window will appear that tells you that you have successfully installed the runtime on your System. Silent Installation. You can also install Visual C++ redistributable in silent mode. The installer comes with a /q switch that can be used to run the VC++ installer in silent mode. There are two ways to run the installer with /q switch. One is to create a shortcut of the downloaded setup file and append /q /norestart at the end of the target field in shortcut properties. VC Redistributable silent install shortcut. The second way is to run the installer from the command-line. Here is an example of how I ran the installer in quiet mode: Uninstall the Visual C++ packages. Open Apps and Features ( + X + F) [Programs and Features in ] Search for Visual C++ Select the installed program you want to uninstall Press the Uninstall button . You may want to ask is it OK to uninstall any Visual C++ package? My answer is simple; uninstall it if it is necessary. Otherwise, leave it as multiple versions do not take up a lot of disk space and only provide additional functionality when needed. Can’t install Visual C++ Redistributable? If you get the following error while running vc_redist.x64.exe or vc_redist.x86.exe, it means that you already have an installation of VC++ pending on your computer. Please remove the current installation to proceed with the new install. Visual C++ 2015 Redistributable Setup Failed 0x80070666. To get past this error, follow the instructions below: Download Visual C++ redistributable again.. Change the directory to the one which has vc_redist.x64.exe file. For example, I downloaded it in my Downloads folder. cd C:\Users\Usman\Downloads\ Then, run the uninstaller: vc_redist.x64.exe /uninstall. Has this article answered all the questions you have about Microsoft Visual C++ redistributables? Now is it easy to download packages from one place? We would love to know your thoughts in the comments below :-) Microsoft DirectX for Windows. Get and Download Free DirectX 8.1, 9, 10, 11, 12, 13 Full Version for Windows XP, 7, 8 and 10 32-bit and 64-bit version. In this Setup, you can easily get Microsoft DirectX End-User Runtime Web Installer from Official 2019 latest. Software Details. Microsoft DirectX Description. Directx Basically developed by Microsoft. That helped in better Game programming and UHD videos, in other words, Direct3d is a collection of Application programming interfaces. This developed for handling many tasks related to Hi-resolution graphics game, videos and much more. Many have come to it with more names such as DirectDraw, Music, play, sound, 3D and finally Directx. The most used of this software in . Table of Contents. Directx Free Download Full Version. Microsoft releases 1 st version of DirectX End-User Runtime Web Installer in mid-1996. after Month by month, they start to update latest features and launch updated version after every launch. Here Atozsofts provide all available latest updated version Directx 8.1, 9.0, 10, 11, 12, 13 for Windows XP, Windows 7, 8, 10 and don’t worry about setup download and installing because of this application is compatible with all operating system 32bit or 64 bit. Directx 8.1. Directx 9. Directx 10. Directx 11. Directx 12. Directx 13. Directx Supported Games and Cards. Many new gamers ask the question on many different forms. How to download and install Directx in pc and which card support this application. So here we try to clear some point for you. we mention some basics games list they need Directx setup for the run. You can install Direct X for GTA, Google earth , GTA 4, San address, android, AutoCAD, amd age of emipers 2 3, Battlefield 3, bluestacks, black ops 2, cod4, csgo, FIFA 18, Assassin’s Creed, Sims 3, Angry bird, Bio shock infinite, Alien isolation, Tropico 5 and many more games. Because in all of these games used Hi-Resolution graphics. Graphics Card also performs in best output so never ignore it without Graphics card this software nothing. so this is card list for the best output of this software. AMD Radeon HD 7660d, HD 3000, ati graphics card support, ATI Radeon HD 3200, ATI graphic card b276, ATI Radeon HD 4550, ATI Radeon 3000, ATI Radeon HD 3200. Key Features Direct X. This has many advanced features you can see when you use it on game or video. Here we try to describe some. Tessellation Enabled. Shader Model 5.0. Direct Compute 11. Multi-threading. HDR Texture Compression. I hope you like our post if you face any issue in Directx Free Download so you can comment here I will try to resolve your issue. Directx Download & Install the Latest Version. DirectX is a set of APIs or Application Programming Interfaces that allows software developers to build Windows-based programs that can utilize the hardware components of the computer without knowing what hardware is present in the machine. In other words, Direct X is an API, that helps to make and manage the multimedia effects and graphic images within the software such as active web pages and games. Direct X supports any type of hardware device present within the computer along with the ones that are not present in the market. Here, you will get the complete overview in regards to the Direct X. DirectX Download: Versions of DirectX. With each upgrade of the Windows OS, there has been an inclusion of new DirectX versions. Here, there will be information in regard to the major DirectX versions on the basis of Windows Operating Systems. Windows XP and 2003. With the Windows XP and Server 2003, you get the support of DirectX 9.0c. This DirectX version is available to you from the official Microsoft website. Almost all the games and multimedia applications that were developed during the time of Windows XP use the DirectX 9 API. Now, if you want to install the application hat use DirectX 9 version on the latest Windows OS machine, then you will have to download and then install DirectX 9. However, one thing that you should know is that installing the 9th version of DirectX will not downgrade the current DirectX version present within the computer. The DirectX 9 version is compatible with multiple Windows OS’s starting 10, 8.1, 8, 7, Vista. and Server 2008. With the Windows Vista and Server 2008, you will get the DirectX 10. You cannot download and install the 10th version of DirectX into the computer, as there is no standalone package available. In order to use the application that utilizes DirectX 10 on the current , you will have to install the Windows Vista on the computer. There are two other versions of DirectX that came with Windows Vista, Server 2008 SP1 and SP2 which is 10.1 and 11.0 respectively. For the DirectX 10 updates, there are no available individual packages. 2008 R2 and 7. When Windows 7 came into the market, then along with it you get DirectX 11. You can get this version of DirectX with the R2 Operating System. Since the DirectX 11 is bundled with Windows 7 and Server 2008 R2, thus, there will be no availability of any standalone package of this DirectX version. You can get an update to the 11th version of DirectX when you install the Service Pack 1 for both the Windows 7 and Server 2008 R2. The initial update of the DirectX 11 is 11.1. Windows RT, 8, 8.1, Server 2012, Server 2012 R2. As you know that the Direct X 11.1 version comes with Windows 7 and Server 2008 R2 SP 1 upgrade, however, this DirectX version is already preloaded within the , Server 2012 and RT. There is no availability of a standalone version of Direct X 11.1. The only way to install the 11.1 version of Direct X is via the present within the Windows RT, 8 and Server 2012. When , RT 8.1 and 8.1 was released, next, along with them, came a new Direct X 11.2 version. Like the previous version of DirectX i.e 10, 11, 11.1, you will not get a standalone package for this one also. The installation of the DirectX 11.2 version within Windows 8.1, Server 2012 R2 and RT 8.1 is even through the Windows Update. and 10. With the release of the Windows 10 and the Server 2016 Operating Systems, the Direct X 11.3 versions came into existence. The current version of DirectX is 12. You can also get the DirectX 12 download with the help of Windows Update. Even for this latest version of DirectX, there is no individual installation package available. DirectX Version present in the Computer. To know which version of Direct X is present within the computer, follow the steps below. First, click on the combination of ‘Windows + R’ keys together. This will open a new ‘Run’ dialog box, in it, locate the empty area beside the ‘Open:’ label and type “”. After that, press the ‘Enter’ key. As soon as you click on that key, then a new window having the name ‘DirectX Diagnostic Tool’ will appear. In that window, under the ‘System’ tab find the ‘DirectX Version’ item on the list and then look at the number. If your system has an old DirectX installed, then perform a Windows Update to get the current version of Direct X automatically. DirectX Download Procedure. Apart from the DirectX 9 all the other versions do not get any standalone installer. Now, to install any other DirectX versions starting from the 10 until 12, you need to perform the Windows Update. Here, you will get steps on how to perform an update on the Windows 10 Operating System. HOW DO I ADD A OLDER PROGRAM IN WINDOWS 10. Thank you for posting your query in Microsoft Community. I will assist you with this. I suggest you to Install the Older program using the compatibility mode. Now, to install in Compatibility Mode, follow these steps: a. Locate the executable file (.exe file) for the driver installation program. b. Right-click the file, and then click Properties . c. In the Package Name Properties dialog box, click the Compatibility tab. d. Click to select the Run this program in compatibility mode for check box, click Windows 8 with which it is compatible with in the Run this program in compatibility mode for list, and then click OK . e. Double-click the executable file to start the installation program. how can i restore data in stickynotes on windows 10 latest? how can i restore data in stickynotes on windows 10 latest? after reinstall windows. I tryed restore ditrectories with name "" on drive C:\, but that corrupt this app and now Sticky Notes not runned. Subscribe Subscribe to RSS feed. Report abuse. Replies (9) SINCE YOU ALREADY REINSTALLED WINDOWS 10, YOU CAN NO LONGER RECOVER IT. UNLESS YOU CREATED A ON A DIFFERENT HARD DRIVE OR EXTERNAL DRIVE. WHAT YOU CAN DO NOW IS TO REDO ALL YOUR WORK IN STICKY NOTES. Report abuse. 4 people found this reply helpful. Was this reply helpful? Sorry this didn't help. Great! Thanks for your feedback. How satisfied are you with this reply? Thanks for your feedback, it helps us improve the site. How satisfied are you with this reply? Thanks for your feedback. Report abuse. Was this reply helpful? Sorry this didn't help. Great! Thanks for your feedback. How satisfied are you with this reply? Thanks for your feedback, it helps us improve the site. How satisfied are you with this reply? Thanks for your feedback. Hoping that you have taken backup of your sticky notes before reinstalling your windows, I'm giving you the link for an article here through which you can stickynotes in windows 10. And also, You can restore stickynote from older versions of windows (say stickynotes backup from windows 7 can be restored towindows 10 stickynotes App). I Tried, it worked for me easily. Hope this helps you and others too. Have a great day . :) Report abuse. 8 people found this reply helpful. Was this reply helpful? Sorry this didn't help. Great! Thanks for your feedback. How satisfied are you with this reply? Thanks for your feedback, it helps us improve the site. How satisfied are you with this reply? Thanks for your feedback. How to transfer Sticky Notes from old desktop program to new Store app in Win10. 1. Copy %AppData%\Microsoft\Sticky Notes\StickyNotes.snt from Win7/8.x/10 system. 2. Close Sticky Notes app on target Win10 system. 3. Open the %LocalAppData%\Packages\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\LocalState folder and create a new sub-folder called Legacy . 4. Rename StickyNotes.snt to ThresholdNotes.snt and copy it to the newly created Legacy folder. So you should now have your old StickyNotes.snt file as % LocalAppData%\Packages\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\LocalState\Legacy\ThresholdNotes.snt on the target system. 5. Open Sticky Notes app. - Procedure courtesy Donovan Lange (Engineering Manager for Sticky Notes at MS) Report abuse. 23 people found this reply helpful. Was this reply helpful? Sorry this didn't help. Great! Thanks for your feedback. How satisfied are you with this reply? Thanks for your feedback, it helps us improve the site. How satisfied are you with this reply? Thanks for your feedback. how can a recover my sticky notes from. Report abuse. Was this reply helpful? Sorry this didn't help. Great! Thanks for your feedback. How satisfied are you with this reply? Thanks for your feedback, it helps us improve the site. How satisfied are you with this reply? Thanks for your feedback. how can a recover my sticky notes from ? I think it is not possible. as of right now there is not a good solution.