summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2010-05-31 11:05:46 -0230
committerDwayne Boone <dwayne@zeroc.com>2010-05-31 11:05:46 -0230
commitf02b637ae9c436cf374d6fb8429752c20dfb6635 (patch)
tree195487f59e11ab4f07eb843b859e5b1227f2bcbd
parentfixing typo (diff)
downloadice-f02b637ae9c436cf374d6fb8429752c20dfb6635.tar.bz2
ice-f02b637ae9c436cf374d6fb8429752c20dfb6635.tar.xz
ice-f02b637ae9c436cf374d6fb8429752c20dfb6635.zip
Add VS2010 as supported compiler
-rw-r--r--cpp/INSTALL.WINDOWS24
-rw-r--r--cs/INSTALL.VISUAL_C#2
-rw-r--r--vb/INSTALL2
3 files changed, 19 insertions, 9 deletions
diff --git a/cpp/INSTALL.WINDOWS b/cpp/INSTALL.WINDOWS
index 7693c87dd1e..8f93c479d52 100644
--- a/cpp/INSTALL.WINDOWS
+++ b/cpp/INSTALL.WINDOWS
@@ -47,11 +47,17 @@ C++ compiler
The following C++ compilers are supported:
+- Microsoft Visual C++ 2010 (Professional and Express editions)
+
+ Visual C++ 2010 Express is available for download from:
+
+ http://www.microsoft.com/express/downloads/
+
- Microsoft Visual C++ 2008 SP1 (Professional and Express editions)
Visual C++ 2008 Express is available for download from:
- http://www.microsoft.com/express/vc/
+ http://www.microsoft.com/express/downloads/
- Microsoft Visual C++ 6.0 SP5 with the Windows Server 2003 PSDK
(February 2003) and STLport 4.6.2 (or later)
@@ -69,8 +75,8 @@ The following C++ compilers are supported:
The Ice services (IceGrid, IceStorm, etc.) are not supported with
C++Builder builds. C++Builder applications can use the Ice services
but the service executables themselves must come from either a
- Visual C++ 2008 build or from the Windows installer (which includes
- executables built using Visual C++ 2008).
+ Visual C++ 2008/2010 build or from the Windows installer (which
+ includes executables built using Visual C++ 2008 Visual C++ 2010).
C++Builder 2010 Setup
@@ -188,8 +194,8 @@ you like.
Add the "bin" directory of the third-party libraries to your PATH.
Open a command prompt that is configured for your target architecture.
-For example, when using Visual Studio 2008, you have several
-alternatives:
+For example, when using Visual Studio 2008 or Visual Studio 2010, you
+have several alternatives:
- Visual Studio Command Prompt
- Visual Studio x64 Win64 Command Prompt
@@ -244,10 +250,10 @@ Ice DLLs and executables.
x64 Platform
======================================================================
-Building Ice on x64 with the Visual Studio 2008 C++ compiler is like
-building Ice on x86. You just need need to perform the build in a
-"Visual Studio x64 Win64 Command Prompt", and not in a regular "Visual
-Studio 2008 Command Prompt".
+Building Ice on x64 with the Visual Studio 2008 or Visual Studio 2010
+C++ compiler is like building Ice on x86. You just need need to
+perform the build in a "Visual Studio x64 Win64 Command Prompt", and
+not in a regular "Visual Studio 2008/2010 Command Prompt".
You can also use the "Visual Studio x64 Cross Tools Command Prompt" if
you set the following environment variable:
diff --git a/cs/INSTALL.VISUAL_C# b/cs/INSTALL.VISUAL_C#
index e1e90cd8f3e..38253d2d044 100644
--- a/cs/INSTALL.VISUAL_C#
+++ b/cs/INSTALL.VISUAL_C#
@@ -5,6 +5,8 @@ Ice for .NET has been built and tested with:
- Microsoft Visual Studio 2008 SP1 and .NET Framework Version 3.5 SP1
+- Microsoft Visual Studio 2010 SP1 and .NET Framework Version 4.0
+
Unpack the archive. The .NET sources will be contained in the
Ice-@ver@\cs subdirectory.
diff --git a/vb/INSTALL b/vb/INSTALL
index c7024fa3929..2ec5944a365 100644
--- a/vb/INSTALL
+++ b/vb/INSTALL
@@ -5,6 +5,8 @@ The Visual Basic demos have been built and tested with:
- Microsoft Visual Studio 2008 SP1 and .NET Framework Version 3.5 SP1
+- Microsoft Visual Studio 2010 and .NET Framework Version 4.0
+
Unpack the archive. The Visual Basic demo sources will be
contained in the Ice-@ver@\vb subdirectory.