diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-07-07 16:39:50 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-07-07 16:39:50 +0000 |
commit | 3dede6c6f4b3fcae6835f2d5ee17ef239f11a633 (patch) | |
tree | 73ca6e3caa1feef22c20a3b9945caf7da95ff3e9 /cpp | |
parent | include db.jar in src build (diff) | |
download | ice-3dede6c6f4b3fcae6835f2d5ee17ef239f11a633.tar.bz2 ice-3dede6c6f4b3fcae6835f2d5ee17ef239f11a633.tar.xz ice-3dede6c6f4b3fcae6835f2d5ee17ef239f11a633.zip |
adding note for VB2005 Express
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/install/vc80/doc/README.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/install/vc80/doc/README.txt b/cpp/install/vc80/doc/README.txt index dee98ba7994..f603bb654c2 100755 --- a/cpp/install/vc80/doc/README.txt +++ b/cpp/install/vc80/doc/README.txt @@ -133,6 +133,12 @@ Building and running the Visual Basic demos The Visual Basic demos are in the demovb directory.
+If you are using Visual Basic 2005 Express, you must execute a
+command-line tool before building any of the demos. Change to the
+demovb directory and run this command:
+
+..\bin\generatevb . build
+
To build a Visual Basic demo, start Visual Studio 2005 and open the
solution demovb\demo.sln. Right click on the desired demo in the
Solution Explorer window and select "Build".
|