|
19 | 19 | <para>
|
20 | 20 | There are several different ways of building PostgreSQL on
|
21 | 21 | <productname>Windows</productname>. The simplest way to build with
|
22 |
| - Microsoft tools is to install a modern version of the |
| 22 | + Microsoft tools is to install a supported version of the |
23 | 23 | <productname>Microsoft Platform SDK</productname> and use use the included
|
24 | 24 | compiler. It is also possible to build with the full
|
25 | 25 | <productname>Microsoft Visual C++ 2005 or 2008</productname>. In some cases
|
|
74 | 74 | <para>
|
75 | 75 | PostgreSQL can be built using the Visual C++ compiler suite from Microsoft.
|
76 | 76 | These compilers can be either from <productname>Visual Studio</productname>,
|
77 |
| - <productname>Visual Studio Express</productname> or recent versions of the |
| 77 | + <productname>Visual Studio Express</productname> or some versions of the |
78 | 78 | <productname>Platform SDK</productname>. If you do not already have a
|
79 | 79 | <productname>Visual Studio</productname> environment set up, the easiest
|
80 | 80 | way us to use the compilers in the <productname>Platform SDK</productname>,
|
|
87 | 87 | <productname>Visual Studio 2008</productname>. When using the Platform SDK
|
88 | 88 | only, or when building for 64-bit Windows, only
|
89 | 89 | <productname>Visual Studio 2008</productname> is supported.
|
| 90 | + <productname>Visual Studio 2010</productname> is not yet supported. |
| 91 | + </para> |
| 92 | + |
| 93 | + <para> |
| 94 | + When building using the <productname>Platform SDK</productname>, versions |
| 95 | + 6.0 to 7.0 of the SDK are supported. Older or newer versions will not work. |
| 96 | + In particular, versions from 7.0a and later will not work, since |
| 97 | + they include compilers from <productname>Visual Studio 2010</productname>. |
90 | 98 | </para>
|
91 | 99 |
|
92 | 100 | <para>
|
|
0 commit comments