|
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
|
|
63 | 63 | <para>
|
64 | 64 | PostgreSQL can be built using the Visual C++ compiler suite from Microsoft.
|
65 | 65 | These compilers can be either from <productname>Visual Studio</productname>,
|
66 |
| - <productname>Visual Studio Express</productname> or recent versions of the |
| 66 | + <productname>Visual Studio Express</productname> or some versions of the |
67 | 67 | <productname>Platform SDK</productname>. If you do not already have a
|
68 | 68 | <productname>Visual Studio</productname> environment set up, the easiest
|
69 | 69 | way us to use the compilers in the <productname>Platform SDK</productname>,
|
|
76 | 76 | <productname>Visual Studio 2008</productname>. When using the Platform SDK
|
77 | 77 | only, or when building for 64-bit Windows, only
|
78 | 78 | <productname>Visual Studio 2008</productname> is supported.
|
| 79 | + <productname>Visual Studio 2010</productname> is not yet supported. |
| 80 | + </para> |
| 81 | + |
| 82 | + <para> |
| 83 | + When building using the <productname>Platform SDK</productname>, versions |
| 84 | + 6.0 to 7.0 of the SDK are supported. Older or newer versions will not work. |
| 85 | + In particular, versions from 7.0a and later will not work, since |
| 86 | + they include compilers from <productname>Visual Studio 2010</productname>. |
79 | 87 | </para>
|
80 | 88 |
|
81 | 89 | <para>
|
|
0 commit comments