diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-30 20:56:23 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-30 20:56:23 +0000 |
commit | fca890f454b9621a883debde4923bee31c6bdb7a (patch) | |
tree | 1d7539ccb476557d40c7f89361ba0081c32f3574 /ACE-INSTALL.html | |
parent | 1b99a7ed8a96f4cb2599ee3904ecb57e9601a86c (diff) | |
download | ATCD-fca890f454b9621a883debde4923bee31c6bdb7a.tar.gz |
Added ACE_HAS_MFC description in Win32 installation section.
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r-- | ACE-INSTALL.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index 7697160c080..c0d690e83fd 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -684,7 +684,7 @@ the STL fixes. <LI> Create a directory, e.g., C:\ACE, and copy all of the ACE distribution into it. This directory will be referred to as ACE_ROOT in the rest of this discussion.<BR><BR> - <LI> Create a file called config.h in the ACE_ROOT\ace directory + <LI> Create a file called config.h in the ACE_ROOT\ace directory that contains: <BR> <BR> <CODE>#include "ace/config-win32.h"</CODE><BR> @@ -713,6 +713,13 @@ the STL fixes. <CODE>#define ACE_HAS_STANDARD_CPP_LIBRARY 1</CODE><BR> <BR> before the #include statement in ACE_ROOT\ace\config.h.<BR> + <br> + If ACE will be used with MFC programs, also add the following to + your <code>config.h</code> file. Notice that ACE will use + CWinThread to spawn new threads if this is defined.<br> + <br> + <code>#define ACE_HAS_MFC 1</code><br> + <br> If you are building for Windows CE, you need to add the line <BR> <br> <code>#define ACE_HAS_WINCE</code> |