diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-08 20:13:56 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-08 20:13:56 +0000 |
commit | 7b2903e45ac0f84ea08fee46b7d4de165bfe3db9 (patch) | |
tree | 4cfff6f956d8338a91ceef99056f04e320a0f8fa /ACE-INSTALL.html | |
parent | a106f9853e0bf0410e05e957dd588d33df6d2c40 (diff) | |
download | ATCD-7b2903e45ac0f84ea08fee46b7d4de165bfe3db9.tar.gz |
Updated thread spawning with ACE_HAS_MFC section.
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r-- | ACE-INSTALL.html | 5 |
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> |