Click here to Skip to main content
16,005,038 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Multithreading Oddness Pin
Joel Holdsworth22-Sep-05 9:44
Joel Holdsworth22-Sep-05 9:44 
AnswerRe: Multithreading Oddness Pin
Laffis22-Sep-05 11:55
Laffis22-Sep-05 11:55 
AnswerRe: Multithreading Oddness Pin
kerrywes22-Sep-05 12:57
kerrywes22-Sep-05 12:57 
GeneralRe: Multithreading Oddness Pin
Joel Holdsworth22-Sep-05 21:53
Joel Holdsworth22-Sep-05 21:53 
GeneralRe: Multithreading Oddness Pin
Laffis22-Sep-05 22:02
Laffis22-Sep-05 22:02 
GeneralRe: Multithreading Oddness Pin
Steen Krogsgaard22-Sep-05 22:44
Steen Krogsgaard22-Sep-05 22:44 
GeneralRe: Multithreading Oddness Pin
kerrywes23-Sep-05 6:11
kerrywes23-Sep-05 6:11 
AnswerRe: Multithreading Oddness Pin
cmk25-Sep-05 21:06
cmk25-Sep-05 21:06 
If, while debugging the code, the app hangs hit break (not stop).
By looking at the threads you can see what each is executing.
Put the CCriticalSection in the variable watch list and open it up.
Inside you should find the root critical section object.
One of the members of this structure is the owning thread.
Look in the debugger thread list and see what that thread is doing.


...cmk

Save the whales - collect the whole set
QuestionATL :( Pin
Eytukan22-Sep-05 6:34
Eytukan22-Sep-05 6:34 
AnswerRe: ATL :( Pin
peterchen22-Sep-05 8:23
peterchen22-Sep-05 8:23 
Questionfile associations Pin
mikeorama1234522-Sep-05 5:51
mikeorama1234522-Sep-05 5:51 
AnswerRe: file associations Pin
David Crow22-Sep-05 7:12
David Crow22-Sep-05 7:12 
Generalwhat does the DDEXEC part do? Pin
peterchen22-Sep-05 8:27
peterchen22-Sep-05 8:27 
GeneralRe: what does the DDEXEC part do? Pin
David Crow22-Sep-05 8:38
David Crow22-Sep-05 8:38 
QuestionDelete file from temporary internet files? Pin
DanYELL22-Sep-05 5:42
DanYELL22-Sep-05 5:42 
AnswerRe: Delete file from temporary internet files? Pin
Michael Dunn22-Sep-05 6:19
sitebuilderMichael Dunn22-Sep-05 6:19 
AnswerRe: Delete file from temporary internet files? Pin
Chris Losinger22-Sep-05 6:22
professionalChris Losinger22-Sep-05 6:22 
AnswerRe: Delete file from temporary internet files? Pin
Ravi Bhavnani22-Sep-05 6:36
professionalRavi Bhavnani22-Sep-05 6:36 
GeneralRe: Delete file from temporary internet files? Pin
DanYELL22-Sep-05 14:47
DanYELL22-Sep-05 14:47 
GeneralRe: Delete file from temporary internet files? Pin
Ravi Bhavnani23-Sep-05 1:56
professionalRavi Bhavnani23-Sep-05 1:56 
QuestionTray Icon Menu Command handling in MFC Pin
pritamkd22-Sep-05 5:06
pritamkd22-Sep-05 5:06 
AnswerRe: Tray Icon Menu Command handling in MFC Pin
Laffis22-Sep-05 5:57
Laffis22-Sep-05 5:57 
AnswerRe: Tray Icon Menu Command handling in MFC Pin
Laffis22-Sep-05 6:01
Laffis22-Sep-05 6:01 
AnswerRe: Tray Icon Menu Command handling in MFC Pin
David Crow22-Sep-05 7:31
David Crow22-Sep-05 7:31 
GeneralRe: Tray Icon Menu Command handling in MFC Pin
pritamkd23-Sep-05 3:20
pritamkd23-Sep-05 3:20 

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.