Installing MSVC » History » Version 6
Wim Dumon, 06/14/2017 06:23 PM
| 1 | 2 | Wim Dumon | h1. Installing MSVC |
|---|---|---|---|
| 2 | 1 | Pieter Libin | |
| 3 | {{toc}} |
||
| 4 | |||
| 5 | |||
| 6 | h2. General |
||
| 7 | |||
| 8 | 6 | Wim Dumon | We suggest to use MSVC 2005 or higher, Standard/Professional/Team Edition, or the free Community or Express edition. Wt 4 requires MSVS 2017 or higher. |
| 9 | 1 | Pieter Libin | |
| 10 | 5 | Wim Dumon | As newer versions of MSVS will become available, Wt will be adapted to support them. |
| 11 | 2 | Wim Dumon | |
| 12 | 3 | Wim Dumon | |
| 13 | 4 | Wim Dumon | h2. Installing MSVC, Express Edition |
| 14 | 1 | Pieter Libin | |
| 15 | Steps to install MSVC C++ EE on your computer: |
||
| 16 | * Go to http://www.microsoft.com/express/download/ and download the compiler |
||
| 17 | * Execute the installer and install the compiler |
||
| 18 | 3 | Wim Dumon | |
| 19 | h2. Notes for VS 2010 |
||
| 20 | |||
| 21 | If you installed SP1 and your C++ compiler does not work anymore, see "FIX: Visual C++ compilers are removed when you upgrade Visual Studio 2010 Professional or Visual Studio 2010 Express to Visual Studio 2010 SP1 if Windows SDK v7.1 is installed":http://support.microsoft.com/?kbid=2519277 |
||
| 22 | |||
| 23 | h2. Notes for VS 2005 |
||
| 24 | |||
| 25 | Microsoft has improved MSVC 2005 by means of a service pack; I strongly recommend you upgrade your compiler with this service pack (SP1). This service pack is available both for the full version and the Express Edition at http://msdn2.microsoft.com/en-us/vstudio/bb265237.aspx It is a good idea to drink a cup of coffee while the service pack is installing. |
||
| 26 | |||
| 27 | If you are using Vista, MSVC will insist that you also install the SP1 Upgrade for Vista (an additional upgrade to SP1). |
||
| 28 | |||
| 29 | If you choose to use MSVS 2005 Express edition, you have to install the Platform SDK manually |