summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-06-12 12:54:39 -0230
committerDwayne Boone <dwayne@zeroc.com>2007-06-12 12:54:39 -0230
commitd0de334aa77c8d747d3c9d657ce955891ba426bb (patch)
tree4b854fa38649e2611766c10d36058246da82b36b /cpp
parentBug 1658 - minor refactoring (diff)
downloadice-d0de334aa77c8d747d3c9d657ce955891ba426bb.tar.bz2
ice-d0de334aa77c8d747d3c9d657ce955891ba426bb.tar.xz
ice-d0de334aa77c8d747d3c9d657ce955891ba426bb.zip
Bug 2222 - add note about MFC demos not compiling with 2005 Express
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/install/vc80/doc/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/install/vc80/doc/README.txt b/cpp/install/vc80/doc/README.txt
index 622d261e050..db6bd4bb1d7 100755
--- a/cpp/install/vc80/doc/README.txt
+++ b/cpp/install/vc80/doc/README.txt
@@ -107,6 +107,12 @@ To build a C++ demo, start Visual Studio 2005 and open the solution
demo\demo.sln. Right click on the desired demo in the Solution Explorer
window and select "Build".
+Note that if you are using Visual C++ 2005 Express Edition the Ice demos
+that require MFC (demo/Ice/MFC and demo/IcePatch2/MFC) will not compile
+since only the Professional edition contains MFC support. You can
+either ignore any compile errors these demos generate or just remove the
+projects from the solution entirely.
+
To run these demos, you need to add the Ice bin directory to your
PATH, as shown below: