|
-
May 31st, 2005, 06:38 AM
#1
CreateThread
I do not understand why my program blocks when processing a long routine eventhough I use CreateThread...any clue??
m_hThread = CreateThread( 0,
0,
ThreadFunc,
(LPVOID)Param,
0,
&m_dwThreadID);
The ThreadFunc is accessed but my dialog remains blocked until the end of the process...
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
|