Visual studio 2008 download for windows 7

C++ Documentation. Contribute to MicrosoftDocs/cpp-docs development by creating an account on GitHub.
title description ms.date helpviewer_keywords author ms.author

Latest supported Visual C++ Redistributable downloads

This article lists the download links for the latest versions of Visual C++ Redistributable packages.

01/13/2023

redist

vcredist

Visual [C++] redistributable

Visual [C++] downloads

MSVC downloads

[C++] downloads

MahmoudGSaleh

msaleh

Microsoft Visual C++ Redistributable latest supported downloads

The Visual C++ Redistributable installs Microsoft C and C++ (MSVC) runtime libraries. These libraries are required by many applications built by using Microsoft C and C++ tools. 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.

For details on how to install and redistribute Visual Studio components, see Redistributing Visual C++ Files.

Visual Studio 2015, 2017, 2019, and 2022

This table lists the latest supported English (en-US) Microsoft Visual C++ Redistributable packages for Visual Studio 2015, 2017, 2019, and 2022. The latest supported version has the most recent implemented C++ features, security, reliability, and performance improvements. It also includes the latest C++ standard language and library standards conformance updates. We recommend you install this version for all applications created using Visual Studio 2015, 2017, 2019, or 2022.

Architecture Link Notes
ARM64 https://aka.ms/vs/17/release/vc_redist.arm64.exe Permalink for latest supported ARM64 version
X86 https://aka.ms/vs/17/release/vc_redist.x86.exe Permalink for latest supported x86 version
X64 https://aka.ms/vs/17/release/vc_redist.x64.exe Permalink for latest supported x64 version. The X64 Redistributable package contains both ARM64 and X64 binaries. This package makes it easy to install required Visual C++ ARM64 binaries when the X64 Redistributable is installed on an ARM64 device.

Download other languages and versions, including versions for long term servicing release channels (LTSC), from my.visualstudio.com.

[!NOTE]
Some of the downloads that are mentioned in this article are currently available on my.visualstudio.com. Make sure to log in by 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 selecting the link in No account? Create one!

Notes

  • 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.

  • Windows XP Support: Microsoft ended support for Windows XP on April 8, 2014. Current versions of the Visual C++ Redistributable for Visual Studio 2015-2022 only support Windows Vista, 7, 8.1, 10, and 11. The last version of the Visual C++ Redistributable that works on Windows XP shipped in Visual Studio 2019 version 16.7 (file versions starting with 14.27). The Redistributable is available in the my.visualstudio.com Downloads section as Visual C++ Redistributable for Visual Studio 2019 (version 16.7). Use the Search box to find this version. To download the files, select the platform and language you need, and then choose the Download button.

  • The Visual C++ Redistributable supports several command-line options. For more information, see Command-line options for the Redistributable packages.

Visual Studio 2013 (VC++ 12.0)

These links download the latest supported 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.

Architecture Version Link
X86 12.0.40664.0 vcredist_x86.exe
X64 12.0.40664.0 vcredist_x64.exe

Other versions

  • Multibyte MFC Library for Visual Studio 2013. This MFC add-on for Visual Studio 2013 contains the multibyte character set (MBCS) version of the Microsoft Foundation Class (MFC) Library.
  • Visual C++ 2013 Runtime for Sideloaded Windows 8.1 apps. For more information, see C++ Runtime for Sideloaded Windows 8.1 apps on the C++ Team Blog.

Visual Studio 2012 (VC++ 11.0) Update 4

These links download the latest supported 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.

Architecture Version Link
X86 11.0.61030.0 en_visual_cpp_redistributable_for_visual_studio_2012_update_4_x86_3161523.exe
X64 11.0.61030.0 en_visual_cpp_redistributable_for_visual_studio_2012_update_4_x64_3161523.exe

Visual Studio 2010 (VC++ 10.0) SP1 (no longer supported)

[!NOTE]
Visual Studio 2010 Service Pack 1 reached end of extended support on July 14, 2020

Architecture Version Link
X86 10.0.40219.325 vcredist_x86.exe
X64 10.0.40219.325 vcredist_x64.exe

Download Redistributable files for other languages and architectures from:

  • Microsoft Visual C++ 2010 SP1 Redistributable Package MFC Security Update

Visual Studio 2008 (VC++ 9.0) SP1 (no longer supported)

[!NOTE]
Visual Studio 2008 Service Pack 1 reached end of extended support on April 10, 2018

Architecture Version Link
X86 9.0.30729.5677 vcredist_x86.exe
X64 9.0.30729.5677 vcredist_x64.exe

Download Redistributable files for other languages and architectures from:

  • Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package MFC Security Update

Visual Studio 2005 (VC++ 8.0) SP1 (no longer supported)

[!NOTE]
Visual Studio 2005 reached end of extended support on April 12, 2016

  • Redistributable files for X86, X64, and IA64 architectures are available from Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package MFC Security Update.

Ok, this may be the dumbest question ever, but I swear I searched for the answer and don’t know what to do.

I need to install Visual Studio 2008. The free version. I need it in order to compile something.

Microsoft has a download page http://www.microsoft.com/en-us/download/details.aspx?id=7873 with a big red «download» button. This button then proceeds to download a powerpoint file. No info under «install instructions»

I have found other links that show you how to install it, but assuming that you’ve already got whatever it is that needs to be downloaded.

I’ve also found a couple of random sites where I can download it, but don’t know for sure if I can trust these sites.

EDIT: I am also not having any luck finding visual studio express 2008. MS has links for 2012.

asked Jun 14, 2013 at 12:05

user984003's user avatar

user984003user984003

27.3k61 gold badges183 silver badges278 bronze badges

8

answered Nov 4, 2014 at 18:28

Dr. Koutheir Attouchi's user avatar

6

For Microsoft Visual C++ 2008, not the general Visual Studio (go.microsoft.com/?linkid=7729279‎)

Google Visual Studio 2008 Express instead of just Visual Studio 2008. Click to the first link that appears which is a download link from Microsoft mentioned above.

answered Oct 30, 2013 at 23:35

Varaquilex's user avatar

VaraquilexVaraquilex

3,4277 gold badges43 silver badges60 bronze badges

1

answered May 4, 2016 at 4:24

Chan Tzish's user avatar

Chan TzishChan Tzish

1,0969 silver badges7 bronze badges

4

Microsoft Visual Studio 2008 Service Pack 1 (iso)

http://www.microsoft.com/en-us/download/details.aspx?id=13276

http://download.microsoft.com/download/a/3/7/a371b6d1-fc5e-44f7-914c-cb452b4043a9/VS2008SP1ENUX1512962.iso

Version: SP1
File Name: VS2008SP1ENUX1512962.iso
Date Published: 8/11/2008
File Size: 831.3 MB

Supported Operating System

    Windows Server 2003, Windows Server 2008, Windows Vista, Windows XP
    Minimum: 1.6 GHz CPU, 384 MB RAM, 1024x768 display, 5400 RPM hard disk
    Recommended: 2.2 GHz or higher CPU, 1024 MB or more RAM, 1280x1024 display, 7200 RPM or higher hard disk
    On Windows Vista: 2.4 GHz CPU, 768 MB RAM
    Maintain Internet connectivity during the installation of the service pack until seeing the “Installation Completed Successfully” message before disconnecting.

answered May 8, 2014 at 10:07

Blanco's user avatar

BlancoBlanco

2852 silver badges2 bronze badges

2

Free programming software for beginners

Microsoft Visual Studio 2008 Express for SP1 offers several free tools so that even beginner developers can start programming without any problems. With the different modules of Visual Studio 2008 you’ll be able to create applications, websites and even video games. Wait no longer, download Visual Studio 2008 for free.

Programming at everyone’s reach

Visual Studio 2008 offers you a set of free tools to code in different languages like C++, Visual Basic or C#.

  • Visual Web Developer 2008.
  • Visual Basic 2008.
  • Visual C# 2008.
  • Visual C++ 2008.
  • SQL Server 2008.
  • SQL Server Compact Edition.

With a bit of practice, any user will be able to dominate these programming applications, that work in a totally visual way, making it possible to add buttons, menus, tags, etc. in a very intuitive manner.

Now with Microsoft Visual Studio 2008 Express with SP1 you’ll be able to develop programs, from the most simple to the most complex, using the latest technologies, and by means of practical tools. You can now download Visual Studio 2008 for free and start coding.

Requirements and additional information:

  • This download is an installer that requires the Internet. Once launched, the program will connect to Microsoft’s servers and download the complete application.
  • Advisable to burn the ISO image onto a disc.
  • Once installed we will have 30 days to register on Microsoft’s servers and use the free program.

Leticia Sorivella
Leticia Sorivella

My name is Leticia. I really like movies, television, and music. That is why I studied Audiovisual Communication. In the beginning, I wanted to work in movies, but I ended up on television. Then, I went from being behind the cameras to being in…

Microsoft Visual Studio 2008

Популярное

Microsoft Visual Studio 2008

Microsoft Visual Studio 2008

 Microsoft Visual C 2008  – расширенная версия популярного пакета установки языка программирования «С» и его версий. Данная библиотека предназначена для того, чтобы современные программы могли работать в рабочей среде «Windows». Версия с «х32» все больше заменяется  Microsoft Visual C Redistributable 2008, x64  и поддерживает последние процессоры. Стоит отметить, что с версией «х32» программа будет работать и на «х64», а наоборот – нет. Пакет «Визуал» является необходимым, его базовые коды уже есть в ОС, но требуется дополнительная установка продукта. В ином случае новые программы или приложения не смогут работать или запускаться. Для возобновления работоспособности требуется скачать Visualstudio 2008 года выпуска или даже более позднего.

Обновленная версия пакета гарантирует правильную работу системы и совместимость со всеми компонентами, использующими это программное обеспечение. Программа «Visual Studio», 2008 содержит «Basic.NET», «С», «С+», «С#» и «С++». Все они являются базовой платформой современных приложений. Продукт доступно обновить до последней сборки или отдельно взятой версии, если он был установлен на компьютер. Также настройка автоматического обновления значительно сэкономит время. Владельцы «х32» разрядного процессора устанавливают Microsoft Visual C Redistributable 2008, x86  как базовый. Он включает все необходимое для нормального функционирования системы.

Что будет, если не ставить библиотеку «Визуал»? В первую очередь, большая часть программ не будет работать, т.к. нет возможности «общаться» с системой. Как следствие ─ использование компьютера в полном объеме будет недоступно. Помимо поддержки работы приложений, «Визуал студио», 2008 оптимизирует сам «Виндовс». Новые наборы команд делают общение пользователя с системой проще и быстрее (достаточно скачать «VisualC 2008» как резервную копию и сохранить отдельно на съемном носителе и диске ноутбука). Есть общие портативные версии лаунчера, которые автоматически определяют версию продукта и разрядность.

Перечислим преимущества пакета «Визуал»:

  • простой установщик;
  • полное удаление пакета;
  • обновление до выбранной сборки;
  • небольшой размер данных;
  • портативный установщик.

Для других ОС:

Смотрите также

Microsoft Visual Studio 2010

Microsoft Visual Studio 2010 — позволяет создавать и запускать программы и игры, которые написаны на…

Microsoft Visual Studio 2015

Visual Studio 2015 – среда для разработки программ от компании Microsoft. Она располагает удобным ин…

Microsoft Access

Microsoft Access – программа, осуществляющая контроль за базами данных. По своей сути, приложение яв…

Microsoft Visual Studio 2013

Microsoft Visual Studio 2013 – популярная среда для разработки программ. Без данного пакета, не буду…

Microsoft Visual Studio 2012

Microsoft Visual C 2012 – более новая и современная версия библиотеки языка программирования «С». Да…

Microsoft Visual Studio 2017

Microsoft Visual Studio 2017 – среда для создания программ любой сложности. Также, без этой программ…

Добавить комментарий

• Инструкция по скачиванию
• Инструкция по установке программ для новичков

Предположительно у вас система Windows 7, разрядность: 64 Bits
  Подробнее

Доступные файлы и ссылки:

Версия для 32-битных систем Windows:

Скачать Microsoft Visual C++ 2008 Redistributable (для 32-битных систем Windows) с нашего сайта

QR Код

1.74 Мб


Проверено антивирусами

Подробнее

+

0

-

0

vcredist_x86.exe
|
soft.mydiv.net
MD5: b936f0f378b9a35489353e878154e899
SHA256: c6a7e484f4d84883bc1205bccea3114c0521025712922298ede9b2a1cd632357

Версия для 64-битных систем Windows:

Скачать Microsoft Visual C++ 2008 Redistributable (для 64-битных систем Windows) с нашего сайта

QR Код

2.26 Мб


Проверено антивирусами

Подробнее

+

0

-

0

vcredist_x64.exe
|
soft.mydiv.net
MD5: a31dc1a74f1dee5caf63aec8ebb5fe20
SHA256: baaaeddc17bcda8d20c0a82a9eb1247be06b509a820d65dda1342f4010bdb4a0

Внимание! Мы стараемся тщательно проверять все программы, но не гарантируем абсолютную безопасность скачиваемых файлов. Администрация сайта не
несет ответственности за содержание файлов, программ и возможный вред от их использования.

Понравилась статья? Поделить с друзьями:
  • Visual studio 2005 windows 7 скачать бесплатно
  • Visual studio 2005 sp1 windows 10
  • Visual prolog скачать бесплатно для windows 10
  • Visual c скачать для windows 10 64 bit с официального сайта
  • Visual c скачать для windows 10 64 bit одним файлом