diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-02-20 12:19:53 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-02-20 12:19:53 +0000 |
commit | 3d7c40d9a69b751595c9326c86e0940e350d7b79 (patch) | |
tree | c38fd8fa3a0295bd019a63851839d017c49d2969 /cpp | |
parent | Make depend. (diff) | |
download | ice-3d7c40d9a69b751595c9326c86e0940e350d7b79.tar.bz2 ice-3d7c40d9a69b751595c9326c86e0940e350d7b79.tar.xz ice-3d7c40d9a69b751595c9326c86e0940e350d7b79.zip |
Remove references to C#/VB
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/install/vc71/doc/README.txt | 39 |
1 files changed, 1 insertions, 38 deletions
diff --git a/cpp/install/vc71/doc/README.txt b/cpp/install/vc71/doc/README.txt index 32ae0f37a7b..f949a5565e7 100755 --- a/cpp/install/vc71/doc/README.txt +++ b/cpp/install/vc71/doc/README.txt @@ -25,10 +25,7 @@ this distribution. Visual Studio Requirements
--------------------------
-This release requires Visual Studio .NET 2003 build 3088 or later. For
-C# or VB, the release requires Visual Studio .NET 2005 or later or
-Visual C# Express Version 8.0.50727.42 or later, and .NET 2.0,
-build 502727 or later.
+This release requires Visual Studio .NET 2003 build 3088 or later.
Setting up Visual Studio .NET for C++
@@ -92,40 +89,6 @@ Some demo directories contain README files if additional requirements are necessary.
-Building and running the C# demos
----------------------------------
-
-The C# demos are in the democs directory.
-
-To build a C# demo, start Visual Studio .NET and open the solution
-democs\demo.sln. Right click on the desired demo in the Solution
-Explorer window and select "Build".
-
-To run a demo, open a Command Prompt, change to the desired demo
-directory, and type 'server.exe' to start the server. In a separate
-Command Prompt window, type 'client.exe' to run the client.
-
-Some demo directories contain README files if additional requirements
-are necessary.
-
-
-Building and running the Visual Basic demos
--------------------------------------------
-
-The Visual Basic demos are in the demovb directory.
-
-To build a Visual Basic demo, start Visual Studio .NET and open the
-solution demovb\demo.sln. Right click on the desired demo in the
-Solution Explorer window and select "Build".
-
-To run a demo, open a Command Prompt, change to the desired demo
-directory, and type 'server.exe' to start the server. In a separate
-Command Prompt window, type 'client.exe' to run the client.
-
-Some demo directories contain README files if additional requirements
-are necessary.
-
-
Binary compatibility
--------------------
|