diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-10-05 12:31:59 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-10-05 12:31:59 +0000 |
commit | 67f938c835fb5cb0ed877eb97a43f886fa921fb7 (patch) | |
tree | c3436433b9a547a04f85d60b34d39cd4ed333659 /cpp | |
parent | Fixed bug 1442 (diff) | |
download | ice-67f938c835fb5cb0ed877eb97a43f886fa921fb7.tar.bz2 ice-67f938c835fb5cb0ed877eb97a43f886fa921fb7.tar.xz ice-67f938c835fb5cb0ed877eb97a43f886fa921fb7.zip |
Updated
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/install/bcc/doc/README.txt | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/cpp/install/bcc/doc/README.txt b/cpp/install/bcc/doc/README.txt index 0f4fc9e4a4a..32ab1b40215 100755 --- a/cpp/install/bcc/doc/README.txt +++ b/cpp/install/bcc/doc/README.txt @@ -15,7 +15,7 @@ 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 6.0 for Ice, and
+This file describes how to setup C++Builder 2006 for Ice, and
provides instructions for building and running the sample programs.
See doc/README.html for information on the documentation included with
@@ -28,6 +28,41 @@ C++Builder Requirements This release requires C++Builder 2006 update 2.
+Setting up C++Builder 2006
+--------------------------
+
+Before you can use Ice in your C++ applications, you first need to
+configure C++Builder with the locations of the Ice header files,
+libraries, and executables.
+
+- In the IDE, choose Project->Default Options->C++ Compiler->Paths and Defines
+
+- Select "Include search path"
+
+- Add <Ice installation root directory>\include
+
+- Choose Project->Default Options->Linker->Paths and Defines
+
+- Select "Library search path"
+
+- Add <Ice installation root directory>\lib
+
+
+Demos and documentation
+-----------------------
+
+Sample programs are provided in the Ice-3.1.1-demos.zip package,
+which can be downloaded from the ZeroC web site at
+
+http://www.zeroc.com/download.html
+
+Please refer to the README.DEMOS file included in that package for
+more information.
+
+See doc/README.html for information on the documentation included with
+this distribution.
+
+
Binary compatibility
--------------------
|