Click here to Skip to main content
15,888,521 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionEvent driven, blocking Pipe for MFC? Pin
nobaq28-Dec-08 11:54
nobaq28-Dec-08 11:54 
AnswerRe: Event driven, blocking Pipe for MFC? Pin
Richard Andrew x6428-Dec-08 11:57
professionalRichard Andrew x6428-Dec-08 11:57 
GeneralRe: Event driven, blocking Pipe for MFC? Pin
nobaq28-Dec-08 12:26
nobaq28-Dec-08 12:26 
GeneralRe: Event driven, blocking Pipe for MFC? Pin
Richard Andrew x6428-Dec-08 12:30
professionalRichard Andrew x6428-Dec-08 12:30 
GeneralRe: Event driven, blocking Pipe for MFC? Pin
nobaq28-Dec-08 12:45
nobaq28-Dec-08 12:45 
GeneralRe: Event driven, blocking Pipe for MFC? Pin
Richard Andrew x6428-Dec-08 18:50
professionalRichard Andrew x6428-Dec-08 18:50 
GeneralRe: Event driven, blocking Pipe for MFC? Pin
nobaq29-Dec-08 1:50
nobaq29-Dec-08 1:50 
AnswerRe: Event driven, blocking Pipe for MFC? Pin
Richard Andrew x6428-Dec-08 12:04
professionalRichard Andrew x6428-Dec-08 12:04 
On second thought, the absolute easiest way for you to do this is what you already mentioned:

Use the WM_COPYDATA window message.

Yes it requires you to create and manage a window for purposes of receiving the message, but it just doesn't get any easier.
GeneralRe: Event driven, blocking Pipe for MFC? Pin
nobaq28-Dec-08 12:38
nobaq28-Dec-08 12:38 
GeneralRe: Event driven, blocking Pipe for MFC? Pin
Mark Salsbery28-Dec-08 12:49
Mark Salsbery28-Dec-08 12:49 
GeneralRe: Event driven, blocking Pipe for MFC? Pin
Richard Andrew x6428-Dec-08 18:55
professionalRichard Andrew x6428-Dec-08 18:55 
GeneralRe: Event driven, blocking Pipe for MFC? Pin
nobaq29-Dec-08 1:51
nobaq29-Dec-08 1:51 
QuestionVisual Studio 2008 dll creation Pin
Fred Andres28-Dec-08 9:34
Fred Andres28-Dec-08 9:34 
QuestionRe: Visual Studio 2008 dll creation Pin
CPallini28-Dec-08 10:20
mveCPallini28-Dec-08 10:20 
AnswerRe: Visual Studio 2008 dll creation Pin
Fred Andres28-Dec-08 10:30
Fred Andres28-Dec-08 10:30 
GeneralRe: Visual Studio 2008 dll creation Pin
CPallini28-Dec-08 10:40
mveCPallini28-Dec-08 10:40 
QuestionSimple IPC / Functioncall in different address space Pin
nobaq28-Dec-08 7:01
nobaq28-Dec-08 7:01 
AnswerRe: Simple IPC / Functioncall in different address space Pin
Code-o-mat28-Dec-08 10:57
Code-o-mat28-Dec-08 10:57 
GeneralRe: Simple IPC / Functioncall in different address space Pin
nobaq28-Dec-08 11:38
nobaq28-Dec-08 11:38 
GeneralRe: Simple IPC / Functioncall in different address space Pin
Richard Andrew x6428-Dec-08 11:43
professionalRichard Andrew x6428-Dec-08 11:43 
GeneralRe: Simple IPC / Functioncall in different address space Pin
nobaq29-Dec-08 1:49
nobaq29-Dec-08 1:49 
Questionquestion about templates and iterators Pin
Green Fuze28-Dec-08 6:30
Green Fuze28-Dec-08 6:30 
AnswerRe: question about templates and iterators Pin
Stuart Dootson29-Dec-08 14:15
professionalStuart Dootson29-Dec-08 14:15 
QuestionHow to declare a global array of string inside of a IF Pin
Dark_eye28-Dec-08 6:04
Dark_eye28-Dec-08 6:04 
AnswerRe: How to declare a global array of string inside of a IF Pin
CPallini28-Dec-08 6:21
mveCPallini28-Dec-08 6:21 

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.