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

C / C++ / MFC

 
AnswerRe: Waitting on hEvent of Mailslot Pin
CPallini5-Apr-16 0:53
mveCPallini5-Apr-16 0:53 
GeneralRe: Waitting on hEvent of Mailslot Pin
ForNow5-Apr-16 4:03
ForNow5-Apr-16 4:03 
AnswerRe: Waitting on hEvent of Mailslot Pin
Victor Nijegorodov5-Apr-16 3:25
Victor Nijegorodov5-Apr-16 3:25 
GeneralRe: Waitting on hEvent of Mailslot Pin
ForNow5-Apr-16 7:31
ForNow5-Apr-16 7:31 
GeneralRe: Waitting on hEvent of Mailslot Pin
ForNow5-Apr-16 12:07
ForNow5-Apr-16 12:07 
GeneralRe: Waitting on hEvent of Mailslot Pin
Richard Andrew x645-Apr-16 12:39
professionalRichard Andrew x645-Apr-16 12:39 
GeneralRe: Waitting on hEvent of Mailslot Pin
ForNow5-Apr-16 13:21
ForNow5-Apr-16 13:21 
GeneralRe: Waitting on hEvent of Mailslot Pin
Richard Andrew x645-Apr-16 13:27
professionalRichard Andrew x645-Apr-16 13:27 
Well maybe the writes are occurring so quickly that the system only has time to signal the event one time.

Whenever the event is signaled, you should check for more messages before looping back to the wait function.

Don't expect the event to be signaled exactly once for each message you write.



The difficult we do right away...
...the impossible takes slightly longer.

GeneralRe: Waitting on hEvent of Mailslot Pin
ForNow5-Apr-16 13:32
ForNow5-Apr-16 13:32 
GeneralRe: Waitting on hEvent of Mailslot Pin
leon de boer5-Apr-16 16:33
leon de boer5-Apr-16 16:33 
QuestionHow to custmize the ribbon category at run time using MFC Pin
Ashish Ranjan Mishra4-Apr-16 6:36
Ashish Ranjan Mishra4-Apr-16 6:36 
SuggestionRe: How to custmize the ribbon category at run time using MFC Pin
David Crow5-Apr-16 15:50
David Crow5-Apr-16 15:50 
Questioninput to be parsed to produce a node tree Pin
Member 124358024-Apr-16 5:45
Member 124358024-Apr-16 5:45 
SuggestionRe: input to be parsed to produce a node tree Pin
Richard MacCutchan4-Apr-16 7:03
mveRichard MacCutchan4-Apr-16 7:03 
QuestionC, Win32 API: l need a help with file/data storage Pin
Member 121394424-Apr-16 4:32
Member 121394424-Apr-16 4:32 
AnswerRe: C, Win32 API: l need a help with file/data storage Pin
jeron14-Apr-16 4:49
jeron14-Apr-16 4:49 
QuestionRe: C, Win32 API: l need a help with file/data storage Pin
David Crow4-Apr-16 5:22
David Crow4-Apr-16 5:22 
AnswerRe: C, Win32 API: l need a help with file/data storage Pin
Jochen Arndt4-Apr-16 5:25
professionalJochen Arndt4-Apr-16 5:25 
QuestionAn example of _tcslwr with BYTE type Pin
Member 123535314-Apr-16 0:18
Member 123535314-Apr-16 0:18 
AnswerRe: An example of _tcslwr with BYTE type Pin
Jochen Arndt4-Apr-16 1:08
professionalJochen Arndt4-Apr-16 1:08 
Questionhow to access member functions and variables in another project without .lib Pin
kamal19773-Apr-16 7:53
kamal19773-Apr-16 7:53 
AnswerRe: how to access member functions and variables in another project without .lib Pin
Daniel Pfeffer3-Apr-16 20:16
professionalDaniel Pfeffer3-Apr-16 20:16 
GeneralRe: how to access member functions and variables in another project without .lib Pin
kamal19774-Apr-16 12:10
kamal19774-Apr-16 12:10 
AnswerRe: how to access member functions and variables in another project without .lib Pin
Richard MacCutchan3-Apr-16 21:43
mveRichard MacCutchan3-Apr-16 21:43 
GeneralRe: how to access member functions and variables in another project without .lib Pin
kamal19774-Apr-16 12:07
kamal19774-Apr-16 12:07 

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.