|
-
June 18th, 2006, 11:08 PM
#1
my question about threading spawn
hi guys:
i've got a question with it that is if 'CreateThread' differ from 'AfxBeginThread'.oddly enough msdn dont mention this issue if for true what makes a distinction. thx.
have a nice day
-
June 19th, 2006, 04:08 AM
#2
Re: my question about threading spawn
AfxBeginThread() will call CreateThread() but does also some MFC specific initializations.
So if you are using MFC, you should always use AfxBeginThread().
Please don't forget to rate users who helped you!
-
June 19th, 2006, 01:14 PM
#3
Re: my question about threading spawn
_beginthreadex() important
Kuphryn
-
June 19th, 2006, 11:14 PM
#4
Re: my question about threading spawn
 Originally Posted by kuphryn
_beginthreadex() important
Kuphryn
why is that ?
-
June 19th, 2006, 11:33 PM
#5
Re: my question about threading spawn
C/C++ library thread-safe, completely
Kuphryn
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|