Click here to Skip to main content
15,914,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMicrosoft detour + hook winapi functions Pin
David-coder6-Mar-06 5:08
David-coder6-Mar-06 5:08 
AnswerRe: Microsoft detour + hook winapi functions Pin
Stephen Hewitt6-Mar-06 11:46
Stephen Hewitt6-Mar-06 11:46 
GeneralRe: Microsoft detour + hook winapi functions Pin
David-coder7-Mar-06 6:06
David-coder7-Mar-06 6:06 
GeneralRe: Microsoft detour + hook winapi functions Pin
Stephen Hewitt7-Mar-06 12:08
Stephen Hewitt7-Mar-06 12:08 
GeneralRe: Microsoft detour + hook winapi functions Pin
David-coder8-Mar-06 3:46
David-coder8-Mar-06 3:46 
GeneralRe: Microsoft detour + hook winapi functions Pin
Stephen Hewitt8-Mar-06 11:29
Stephen Hewitt8-Mar-06 11:29 
GeneralRe: Microsoft detour + hook winapi functions Pin
David-coder9-Mar-06 7:29
David-coder9-Mar-06 7:29 
GeneralRe: Microsoft detour + hook winapi functions Pin
Stephen Hewitt9-Mar-06 11:25
Stephen Hewitt9-Mar-06 11:25 
GeneralRe: Microsoft detour + hook winapi functions Pin
David-coder20-Mar-06 2:47
David-coder20-Mar-06 2:47 
QuestionArrays and SendMessage Pin
Waldermort6-Mar-06 4:33
Waldermort6-Mar-06 4:33 
AnswerRe: Arrays and SendMessage Pin
Iain Clarke, Warrior Programmer6-Mar-06 4:46
Iain Clarke, Warrior Programmer6-Mar-06 4:46 
GeneralRe: Arrays and SendMessage Pin
Waldermort6-Mar-06 4:56
Waldermort6-Mar-06 4:56 
Questionisolate differents parts of the string Pin
SWDevil6-Mar-06 4:20
SWDevil6-Mar-06 4:20 
AnswerRe: isolate differents parts of the string Pin
toxcct6-Mar-06 4:24
toxcct6-Mar-06 4:24 
GeneralRe: isolate differents parts of the string Pin
Roger Stoltz6-Mar-06 5:01
Roger Stoltz6-Mar-06 5:01 
GeneralRe: isolate differents parts of the string Pin
SWDevil6-Mar-06 5:04
SWDevil6-Mar-06 5:04 
GeneralRe: isolate differents parts of the string Pin
David Crow6-Mar-06 5:41
David Crow6-Mar-06 5:41 
AnswerRe: isolate differents parts of the string Pin
James R. Twine6-Mar-06 5:15
James R. Twine6-Mar-06 5:15 
QuestionEvents disappearing Pin
RichardS6-Mar-06 4:13
RichardS6-Mar-06 4:13 
AnswerRe: Events disappearing Pin
Blake Miller6-Mar-06 5:48
Blake Miller6-Mar-06 5:48 
GeneralRe: Events disappearing Pin
RichardS6-Mar-06 6:19
RichardS6-Mar-06 6:19 
Blake Miller wrote:
Are you suggesting BOTH of the 'alternate' threads are each setting m_stSyncEvents.m_hSyncRxStart?


No. Each thread has its own event. There is a separate event created per thread object.


Blake Miller wrote:
I would also have each thread own it own abort event.


The design was for a simplified exit mechanism. The threads wait on multiple events depending on what it is currently upto. Having a single 'abort' event that could trigger all threads to exit, was the reason for this.



"Programming today is a race between software engineers striving to build bigger and
better idiot-proof programs, and the Universe trying to produce bigger and better idiots.
So far the Universe is winning." -- Rich Cook
Questionerror handle Pin
derek76-Mar-06 3:59
derek76-Mar-06 3:59 
AnswerRe: error handle Pin
toxcct6-Mar-06 4:11
toxcct6-Mar-06 4:11 
GeneralRe: error handle Pin
derek76-Mar-06 13:36
derek76-Mar-06 13:36 
QuestionHow can I destroy the video window? Pin
Shuang. Wu6-Mar-06 3:38
Shuang. Wu6-Mar-06 3:38 

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.