|
-
June 1st, 1999, 07:04 AM
#1
Threads : AfxBeginThread() question
Hi,
If I have a second thread running, which I created by calling AfxBeginThread(MyThreadFunc,hWnd); And in MyThreadFunc (UINT MyThreadFunc(LPARAM))I want to create another thread. Can I use AfxBeginThread()? Doesn't this belong to one of MFC's classes (CThread or something)? Which classes can I NOT use inside MyThreadFunc()? If I can't call AfxBeginThread(), that what are my alternatives?
Thanks for your advice/help/time/samples!
Regards,
Anonymous.
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
|