diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-06-12 12:54:39 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-06-12 12:54:39 -0230 |
commit | d0de334aa77c8d747d3c9d657ce955891ba426bb (patch) | |
tree | 4b854fa38649e2611766c10d36058246da82b36b /cpp | |
parent | Bug 1658 - minor refactoring (diff) | |
download | ice-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-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 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:
|