summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-08 20:13:56 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-08 20:13:56 +0000
commit7b2903e45ac0f84ea08fee46b7d4de165bfe3db9 (patch)
tree4cfff6f956d8338a91ceef99056f04e320a0f8fa /ACE-INSTALL.html
parenta106f9853e0bf0410e05e957dd588d33df6d2c40 (diff)
downloadATCD-7b2903e45ac0f84ea08fee46b7d4de165bfe3db9.tar.gz
Updated thread spawning with ACE_HAS_MFC section.
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index a1471e39f0e..e59c21f75ba 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -715,8 +715,9 @@ the STL fixes.
before the #include statement in ACE_ROOT\ace\config.h.<BR>
<br>
<li>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>
+ your <code>config.h</code> file. Notice that if you want to
+ spawn a new thread with CWinThread, make sure you spawn the
+ thread with THR_USE_AFX flag set.<br>
<br>
<code>#define ACE_HAS_MFC 1</code><br>
<br>