Click here to Skip to main content
15,894,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: passin a variable from another class Pin
Natural_Demon31-Oct-04 11:03
Natural_Demon31-Oct-04 11:03 
GeneralRe: passin a variable from another class Pin
Christian Graus31-Oct-04 11:41
protectorChristian Graus31-Oct-04 11:41 
Generalhtml dialog Pin
Natural_Demon31-Oct-04 3:56
Natural_Demon31-Oct-04 3:56 
GeneralRe: html dialog Pin
Michael Dunn31-Oct-04 8:55
sitebuilderMichael Dunn31-Oct-04 8:55 
GeneralRe: html dialog Pin
Natural_Demon31-Oct-04 9:00
Natural_Demon31-Oct-04 9:00 
GeneralRe: html dialog Pin
faroqtam31-Oct-04 10:44
faroqtam31-Oct-04 10:44 
GeneralRe: html dialog Pin
Christian Graus31-Oct-04 12:44
protectorChristian Graus31-Oct-04 12:44 
General_beginthreadex and WaitForSingleObject Pin
Bob Stanneveld31-Oct-04 3:50
Bob Stanneveld31-Oct-04 3:50 
Hello,

I'm doing a multithreaded application that creates threads using the _beginthreadex api.

At some point I need to wait for the thread to exit (it exits normally) using the WaitForSingleObject api.

When I'm debugging , the thread function just exits normally. After the thread has exited, the <waitforsingleobject< code=""> api does not return, but still waits on the thread handle.

I'm not signalling the thread handle (which I don't think I should) and the thread has default access.

Is there anything that I should do with the thread handle before the thread exits?

Thanks in advance.


Multiply it by infinity and take it beyond eternity and you'll still have no idea about what I'm talking about.

GeneralRe: _beginthreadex and WaitForSingleObject Pin
valikac31-Oct-04 6:41
valikac31-Oct-04 6:41 
GeneralRe: _beginthreadex and WaitForSingleObject Pin
Bob Stanneveld31-Oct-04 6:45
Bob Stanneveld31-Oct-04 6:45 
GeneralRe: _beginthreadex and WaitForSingleObject Pin
valikac31-Oct-04 8:19
valikac31-Oct-04 8:19 
GeneralRe: _beginthreadex and WaitForSingleObject Pin
Michael Dunn31-Oct-04 8:59
sitebuilderMichael Dunn31-Oct-04 8:59 
GeneralRe: _beginthreadex and WaitForSingleObject Pin
Bob Stanneveld31-Oct-04 10:07
Bob Stanneveld31-Oct-04 10:07 
GeneralSolved! Pin
Bob Stanneveld31-Oct-04 10:23
Bob Stanneveld31-Oct-04 10:23 
GeneralEval Logical Expression Pin
Mathias S.31-Oct-04 0:58
Mathias S.31-Oct-04 0:58 
GeneralBitBlt not working for printer Pin
Anorexic Tribble31-Oct-04 0:29
Anorexic Tribble31-Oct-04 0:29 
GeneralRe: BitBlt not working for printer Pin
faroqtam31-Oct-04 10:14
faroqtam31-Oct-04 10:14 
GeneralRe: BitBlt not working for printer Pin
Roger Allen1-Nov-04 3:06
Roger Allen1-Nov-04 3:06 
GeneralRe: BitBlt not working for printer Pin
Anorexic Tribble9-Nov-04 4:17
Anorexic Tribble9-Nov-04 4:17 
GeneralRe: BitBlt not working for printer Pin
Roger Allen9-Nov-04 4:25
Roger Allen9-Nov-04 4:25 
GeneralRe: BitBlt not working for printer Pin
Anorexic Tribble9-Nov-04 4:39
Anorexic Tribble9-Nov-04 4:39 
GeneralLinking C and C++ modules Pin
zelbazach30-Oct-04 21:56
zelbazach30-Oct-04 21:56 
GeneralRe: Linking C and C++ modules Pin
Christian Graus31-Oct-04 9:20
protectorChristian Graus31-Oct-04 9:20 
GeneralWindow Style Pin
Leyu30-Oct-04 20:57
Leyu30-Oct-04 20:57 
GeneralRe: Window Style Pin
kriaz31-Oct-04 20:12
kriaz31-Oct-04 20:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.