Publisher's Description
From Microsoft:
The Microsoft Visual C++ 2008 Redistributable Package (x64) installs runtime components of Visual C++ Libraries required to run 64-bit applications developed with Visual C++ on a computer that does not have Visual C++ 2008 installed.
This package installs runtime components of C Runtime (CRT), Standard C++, ATL, MFC, OpenMP and MSDIA libraries. For libraries that support side-by-side deployment model (CRT, SCL, ATL, MFC, OpenMP) they are installed into the native assembly cache, also called WinSxS folder, on versions of Windows operating system that support side-by-side assemblies. For more information on supported ways of deployment for Visual C++ applications,
More Products to Consider
- Download files faster and safer with your Web and Windows appli...Download
Installed
Smart Install - Inspect and edit any file, main memory, or disk/disk image.Download
Installed
Smart Install - Compile, debug, and run Java applications on your computer.Download
Installed
Smart Install - Edit plain text files, HTML documents, PHP, and Java code.Download
Installed
Smart Install - Enable Entity Framework against relational databases and create...Download
Installed
Smart Install - Develop and deploy Java applications on desktops and servers.Download
Installed
Smart Install - C/C++ compiler and IDE.Download
Installed
Smart Install - Run and develop applications targeting .NET Framework.Download
Installed
Smart Install - Edit several programming languages running under the MS windows...Download
Installed
Smart Install - Create and design any Web site possible, with no programming re...Download
Installed
Smart Install - Deploy TurboC, TurboC++ for Windows 7, Vista.Download
Installed
Smart Install - Compile, debug, and run Java applications on your computer.Download
Installed
Smart Install - Hex edit, cut, copy, paste, insert, fill, and delete binary dat...Download
Installed
Smart Install - Write better-quality code, reduce security-related issues, and ...Download
Installed
Smart Install - Install and configure your products and applications reducing t...Download
Installed
Smart Install - Web page editing tool.Visit Site
This download is served from an external site
closeNOTICE: This link will open a connection to a third-party site. CNET cannot ensure the security of software that is hosted on external sites.
Sponsored Products
- Deploy an entry-level, small-footprint database.Download
Installed
Smart Install - Get the ActiveX component that can download files from the inte...Download
Installed
Smart Install - Develop graphics appl.Download
This download is served from an external site
closeNOTICE: This link will open a connection to a third-party site. CNET cannot ensure the security of software that is hosted on external sites.
Sponsored Products
Installed
Smart Install - Incorporate HTML and JavaScript in your sidebar.Download
Installed
Smart Install - Manage and automate batch and database jobs.Download
Installed
Smart Install - Recover files from damaged or corrupted CD, DVD, HD FVD, Blu-Ra...Download
Installed
Smart Install - Empower your applications to view, convert, and print HPGL form...Download
Installed
Smart Install - Offer bug fixes for previous released of MSXML 3.0 SP.Download
Installed
Smart Install
-
All versions:
1.0 starsout of 2 votes
-
Current version:
1.0 starsout of 2 votes
-
My rating:
Write review
Results 1-2 of 2
-
"and yet...."
Version: Microsoft Visual C++ 2008 Redistributable x64
Pros
none apparently
Cons
takes up hard drive space
Summary
After reading gibberish above, one still has NO idea what this program is for, if it is necessary or if it is BLOATWARE. Bad tech writer. BAD.
-
"Seriously flawed; use 2005 version instead of 2008"
Version: Microsoft Visual C++ 2008 Redistributable x64
Pros
Retains the outstanding features from VC6 and VC2005. Great debugger, good interface.
Cons
Cannot write a program under MSCV 2008, install it on another computer and have it execute.
Summary
I am used to writing a simple program and being able to copy it to a customer's computer and execute it. You can't do that anymore. Copying the EXE and DLLs to the target directory doesn't work anymore The problem has to do with DLLs. You get programs expecting different versions of DLLs, so Microsoft did something about it. All DLLs have been moved to the Windows\SxS directory and given names decorated with arbitrary strings. OK, I can live with figuring out how to build an install project, running it, and then installing the package on the target computer. Problem is, that's not enough. Once you do the installation and try to execute the program you get an obscure error message about initialization failing. It suggests that you reinstall the program, but of course that doesn't help.
There are three work-arounds:
1) Install the VC run-time on the target computer. The run-time is free, but it is a 92M download and takes a while to install. People who never program should not need a compiler on their computer.
2) Use static linking of the run-time libraries, which will blow up your program size.
3) Use MSVC 2005.
The third solution is the most elegant.
The 2008 version of Visual Studio has added some new goodies on the Tools and Test tabs, which I never use. It is set up to allow access to the web and databases. I don't use any of that either, since I write scientific programs for use in-house. Before installing VC 2008, make sure that the new features give you value that outweigh the non-portability of the produced executable code.









