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!
Application Details:
Version: | 8.0 (2005) |
License: | Retail |
URL: | http://msdn.microsoft.com/visu... |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 1.1.35 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Compiling C/C++ code, even with -Zi option
What does not
don't know
Workarounds
What was not tested
I only tested small apps
Hardware tested
Graphics:
Additional Comments
Installed using 'winetricks vc2005trial'.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 9.10 "Karmic" i386 (+ variants like Kubuntu) | Jan 05 2010 | 1.1.35 | Yes | Yes | No | Gold | Dan Kegel | |
Show | Ubuntu 8.04 "Hardy" i386 (+ variants like Kubuntu) | May 13 2008 | 1.0-rc1 | No | Yes | No | Gold | an anonymous user | |
Show | Ubuntu 7.10 "Gutsy" i386 (+ variants like Kubuntu) | Oct 25 2007 | 0.9.46. | N/A | Yes | No | Gold | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
61 | winemaker: Add support for the Visual C++ project files | CLOSED | FIXED | View |
14168 | visual studio 2005 installer too slow, msi O(n^2) behavior? | CLOSED | FIXED | View |
17096 | Visual C++ 2005 Trial can't build project, complains when starting mspdbsrv | CLOSED | FIXED | View |
19691 | Visual C++ 2005 Express: can't uninstall or reinstall | CLOSED | FIXED | View |
21031 | Visual C++ 2005 Trial can't build project, deadlocks, heap corruption? | NEW | View | |
21259 | Visual C++ 2005 Trial build hangs on first run after a reboot | CLOSED | FIXED | View |
21423 | Visual C++ 2005 slow? | NEW | View | |
36750 | Visual C++ 2005 Trial build fails very early | NEEDINFO | View | |
37375 | Visual C++ 2005 Express SP1 install fails | CLOSED | FIXED | View |
Make sure you operate on a clean WINEPREFIX (~/.wine)!
$ 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
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.
Comments for this application have been disabled because there are no maintainers.