WineHQ
Visual C++ 8.0 (2005)



Category: Main > Programming / Software Engineering > Visual C++ > 8.0 (2005)


NameVisual C++
Version8.0 (2005)
License Retail
URLhttp://msdn.microsoft.com/visu...
Votes  
RatingGold
Wine Version1.1.35
Free Download XPSP2 PSDK Full Download with Local Install containing VC++ commandline tools
Maintainers of this version:
Description

Visual Studio 8 command line C++ compiler and linker.

This appdb entry is about command line tools. If you intend to use/run Visual C++ IDE visit Visual Studio .NET appdb entries!

Selected Test Results (selected in 'Test Results' table below)

What works
Compiling C/C++ code, even with -Zi option


What does not
don't know


What was not tested
I only tested small apps


Additional Comments

Installed using 'winetricks vc2005trial'.
Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
CurrentUbuntu 9.10 "Karmic" (+ variants like Kubuntu)Jan 05 20101.1.35 Yes Yes Gold Dan Kegel 
ShowUbuntu 8.04 "Hardy" (+ variants like Kubuntu)May 13 20081.0-rc1 No Yes Gold Panagiotis Issaris 
ShowUbuntu 7.10 "Gutsy" (+ variants like Kubuntu)Oct 25 20070.9.46. N/A Yes Gold Panagiotis Issaris 


Known bugs
Bug # Description Status Resolution Other apps affected
19691 Visual C++ 2005 Express: can't uninstall or reinstall NEW View
21423 Visual C++ 2005 slow? NEW View

 
/home/yourlogin/.wine is not owned by you / (Permission denied)

Never run wine as root (su, sudo)! Wine doesn't require to be run as root!

You will screw your WINEPREFIX and possibly other thi­ngs up. If you have run Wine as root you need to:

$ sudo rm -rf ~/.wine­

and then run winecfg to set Wine folder structure back u­p. If you used winetricks script as root you might also need to:

$ sudo rm -rf ~/winetrickscache

Again: Just run wine as regular user and all should be fine.­


 
HOWTO

­Make sure you operate on a clean WINEPREFIX (~/.wine)!


Download the full PSDK into temp folder as follows:

$ for ((i=1; i<=10; i++)) ; do wget http://download.microsoft.com/download/platformsdk/sdk/update/WIN98MeXP/EN-US/2600.2180/FULL/PSDK-FULL.$i.cab ; done
$ wget http://download.microsoft.com/download/platformsdk/sdk/update/WIN98MeXP/EN-US/2600.2180/FULL/PSDK-FULL.bat
$ wget http://download.microsoft.com/download/platformsdk/sdk/update/WIN98MeXP/EN-US/2600.2180/FULL/Extract.exe

Run the supplied batch file to extract all cabinets to temp PSDK install folder:

­$ wine start.exe PSDK-FULL.bat "C:\psdktemp"

Execute the installer from "C:\psdktemp" folder

$ wine ./setup.exe­

­

 
Installing components action takes a considerable time (consuming 100% CPU)

This is bug 14168. The installer takes a considerable when the Installing components action is processed on install page. Depending on machine speed it takes 5-10 minutes until it really begins to copy files.

Wine's msi component executes large table joins which causes this performance hit (CPU usage 100% for long time). Just be patient.


 




   << Back

Page loaded in 0.10806 seconds.