Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTree Ctrl Object Selection Pin
raajpatel4-Dec-16 20:57
raajpatel4-Dec-16 20:57 
GeneralRe: Tree Ctrl Object Selection Pin
Richard MacCutchan4-Dec-16 21:16
mveRichard MacCutchan4-Dec-16 21:16 
GeneralRe: Tree Ctrl Object Selection Pin
raajpatel5-Dec-16 1:20
raajpatel5-Dec-16 1:20 
GeneralRe: Tree Ctrl Object Selection Pin
Peter_in_27805-Dec-16 1:36
professionalPeter_in_27805-Dec-16 1:36 
QuestionMutex WaitForSingleObject does not Signal Pin
ForNow1-Dec-16 13:14
ForNow1-Dec-16 13:14 
AnswerRe: Mutex WaitForSingleObject does not Signal Pin
Richard MacCutchan1-Dec-16 21:39
mveRichard MacCutchan1-Dec-16 21:39 
GeneralRe: Mutex WaitForSingleObject does not Signal Pin
ForNow2-Dec-16 2:25
ForNow2-Dec-16 2:25 
GeneralRe: Mutex WaitForSingleObject does not Signal Pin
Richard MacCutchan2-Dec-16 3:01
mveRichard MacCutchan2-Dec-16 3:01 
That should be the way is works. Each thread should acquire the Mutex (i.e. lock it) in order to protect the data. When they finish the critical section they should Release it. The point being that you only want one thread through this path at any one time.

GeneralRe: Mutex WaitForSingleObject does not Signal Pin
ForNow10-Dec-16 15:12
ForNow10-Dec-16 15:12 
GeneralRe: Mutex WaitForSingleObject does not Signal Pin
Richard MacCutchan10-Dec-16 20:46
mveRichard MacCutchan10-Dec-16 20:46 
AnswerRe: Mutex WaitForSingleObject does not Signal Pin
Munchies_Matt9-Dec-16 2:52
Munchies_Matt9-Dec-16 2:52 
GeneralRe: Mutex WaitForSingleObject does not Signal Pin
ForNow10-Dec-16 15:07
ForNow10-Dec-16 15:07 
GeneralRe: Mutex WaitForSingleObject does not Signal Pin
Munchies_Matt10-Dec-16 21:01
Munchies_Matt10-Dec-16 21:01 
GeneralRe: Mutex WaitForSingleObject does not Signal Pin
ForNow11-Dec-16 0:17
ForNow11-Dec-16 0:17 
GeneralRe: Mutex WaitForSingleObject does not Signal Pin
Munchies_Matt11-Dec-16 21:48
Munchies_Matt11-Dec-16 21:48 
QuestionC++ Pin
Member 1287185126-Nov-16 3:50
Member 1287185126-Nov-16 3:50 
AnswerRe: C++ Pin
PIEBALDconsult26-Nov-16 4:10
mvePIEBALDconsult26-Nov-16 4:10 
AnswerRe: C++ Pin
Richard MacCutchan26-Nov-16 4:12
mveRichard MacCutchan26-Nov-16 4:12 
AnswerRe: C++ Pin
Afzaal Ahmad Zeeshan26-Nov-16 4:39
professionalAfzaal Ahmad Zeeshan26-Nov-16 4:39 
AnswerRe: C++ Pin
Patrice T29-Nov-16 17:14
mvePatrice T29-Nov-16 17:14 
QuestionGame dev tutorials for c++ Pin
dolfijn300025-Nov-16 7:48
dolfijn300025-Nov-16 7:48 
AnswerRe: Game dev tutorials for c++ Pin
Afzaal Ahmad Zeeshan26-Nov-16 4:44
professionalAfzaal Ahmad Zeeshan26-Nov-16 4:44 
GeneralRe: Game dev tutorials for c++ Pin
dolfijn300026-Nov-16 6:59
dolfijn300026-Nov-16 6:59 
GeneralRe: Game dev tutorials for c++ Pin
Afzaal Ahmad Zeeshan26-Nov-16 8:45
professionalAfzaal Ahmad Zeeshan26-Nov-16 8:45 
AnswerRe: Game dev tutorials for c++ Pin
CPallini28-Nov-16 21:56
mveCPallini28-Nov-16 21:56 

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.