Click here to Skip to main content
15,923,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: memcpy related Pin
toxcct8-Mar-07 5:45
toxcct8-Mar-07 5:45 
AnswerRe: memcpy related Pin
prasad_som8-Mar-07 1:34
prasad_som8-Mar-07 1:34 
GeneralRe: memcpy related Pin
NiceNaidu8-Mar-07 2:21
NiceNaidu8-Mar-07 2:21 
QuestionWaitForMultipleObjects Pin
Shaileshhex8-Mar-07 0:35
Shaileshhex8-Mar-07 0:35 
AnswerRe: WaitForMultipleObjects Pin
Roger Stoltz8-Mar-07 2:03
Roger Stoltz8-Mar-07 2:03 
AnswerRe: WaitForMultipleObjects Pin
Mark Salsbery8-Mar-07 6:34
Mark Salsbery8-Mar-07 6:34 
GeneralRe: WaitForMultipleObjects Pin
Shaileshhex8-Mar-07 19:51
Shaileshhex8-Mar-07 19:51 
GeneralRe: WaitForMultipleObjects Pin
Mark Salsbery8-Mar-07 20:06
Mark Salsbery8-Mar-07 20:06 
The only thing I see in your code sample is

WAIT_OBJECT_0 + 2: //Center button

WAIT_OBJECT_0 + 2 corresponds to the hRightDelta event handle, not the hCenterDelta event handle.
Remember the array is indexed from 0 Smile | :)

If you put a breakpoint on the switch ( wc) line and execution never pauses there then none of the
five events eing waited on are getting signalled.

Mark


"Great job, team. Head back to base for debriefing and cocktails."
(Spottswoode "Team America")

GeneralRe: WaitForMultipleObjects Pin
Shaileshhex9-Mar-07 0:57
Shaileshhex9-Mar-07 0:57 
GeneralRe: WaitForMultipleObjects Pin
Mark Salsbery9-Mar-07 6:18
Mark Salsbery9-Mar-07 6:18 
Questiondistinguish a DVD-RAM from a flash memory card! Pin
reza matinnejad8-Mar-07 0:04
reza matinnejad8-Mar-07 0:04 
AnswerRe: distinguish a DVD-RAM from a flash memory card! Pin
PS@Codeproj8-Mar-07 2:10
PS@Codeproj8-Mar-07 2:10 
Questiondoubt in textbox controls used in MFC Pin
harshadha7-Mar-07 23:50
harshadha7-Mar-07 23:50 
AnswerRe: doubt in textbox controls used in MFC Pin
Hamid_RT7-Mar-07 23:58
Hamid_RT7-Mar-07 23:58 
GeneralRe: doubt in textbox controls used in MFC Pin
harshadha8-Mar-07 0:02
harshadha8-Mar-07 0:02 
GeneralRe: doubt in textbox controls used in MFC Pin
Newbie008-Mar-07 0:07
Newbie008-Mar-07 0:07 
GeneralRe: doubt in textbox controls used in MFC Pin
Hamid_RT8-Mar-07 0:11
Hamid_RT8-Mar-07 0:11 
AnswerRe: doubt in textbox controls used in MFC Pin
Paresh Chitte8-Mar-07 0:11
Paresh Chitte8-Mar-07 0:11 
GeneralRe: doubt in textbox controls used in MFC Pin
harshadha8-Mar-07 0:14
harshadha8-Mar-07 0:14 
GeneralRe: doubt in textbox controls used in MFC [modified] Pin
Paresh Chitte8-Mar-07 0:18
Paresh Chitte8-Mar-07 0:18 
GeneralRe: doubt in textbox controls used in MFC Pin
harshadha8-Mar-07 0:47
harshadha8-Mar-07 0:47 
GeneralRe: doubt in textbox controls used in MFC Pin
Paresh Chitte8-Mar-07 1:15
Paresh Chitte8-Mar-07 1:15 
GeneralRe: doubt in textbox controls used in MFC Pin
harshadha8-Mar-07 1:19
harshadha8-Mar-07 1:19 
GeneralRe: doubt in textbox controls used in MFC Pin
PS@Codeproj8-Mar-07 1:20
PS@Codeproj8-Mar-07 1:20 
GeneralRe: doubt in textbox controls used in MFC Pin
harshadha8-Mar-07 1:32
harshadha8-Mar-07 1:32 

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.