diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-03-09 00:56:41 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-03-09 00:56:41 +0000 |
commit | 7e001c7be2c679a5a7707bf80ab655ed0c2be46c (patch) | |
tree | ce9d6e1ebd58d6036f84a913cea7e6c937b5cb0d /cpp | |
parent | fix for bug 131 (diff) | |
download | ice-7e001c7be2c679a5a7707bf80ab655ed0c2be46c.tar.bz2 ice-7e001c7be2c679a5a7707bf80ab655ed0c2be46c.tar.xz ice-7e001c7be2c679a5a7707bf80ab655ed0c2be46c.zip |
fix for bug 128
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/install/vc60/doc/README.txt | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/cpp/install/vc60/doc/README.txt b/cpp/install/vc60/doc/README.txt index 610423a2780..eff5ead9475 100755 --- a/cpp/install/vc60/doc/README.txt +++ b/cpp/install/vc60/doc/README.txt @@ -15,13 +15,20 @@ Ice is available under the terms of the GNU General Public License customers who wish to use Ice in proprietary products. Please contact
sales@zeroc.com for more information on licensing Ice.
-This file describes how to setup Visual Studio for Ice, and provides
-instructions for building and running the sample programs.
+This file describes how to setup Visual Studio 6.0 for Ice, and
+provides instructions for building and running the sample programs.
See doc/README.html for information on the documentation included with
this distribution.
+Visual Studio Requirements
+--------------------------
+
+Ice requires Visual Studio 6.0 Service Pack 5 or later. We recommend
+using the most recent update, Service Pack 6.
+
+
Setting up Visual Studio 6.0
----------------------------
@@ -33,7 +40,9 @@ libraries, and executables. - Select "Include files"
-- Add C:\Ice-<version>\include and C:\Ice-<version>\include\stlport.
+- Add <Ice installation root directory>\include and
+ <Ice installation root directory>\include\stlport
+
Move the stlport include directory to the top of the list, or at
least before the Visual C++ include directories. This is necessary
so that the compiler uses the STL headers from the STLport library
@@ -41,11 +50,11 @@ libraries, and executables. - Select "Library files"
-- Add C:\Ice-<version>\lib
+- Add <Ice installation root directory>\lib
- Select "Executable files"
-- Add C:\Ice-<version>\bin
+- Add <Ice installation root directory>\bin
Building and running the C++ demos
|