Click here to Skip to main content
15,886,137 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Too many initializers error in MSVC. Pin
Brisingr Aerowing12-Feb-16 5:55
professionalBrisingr Aerowing12-Feb-16 5:55 
QuestionC++ Namespace scope bug / feature Pin
Anthony Mushrow20-Jan-16 3:00
professionalAnthony Mushrow20-Jan-16 3:00 
AnswerRe: C++ Namespace scope bug / feature Pin
Richard MacCutchan20-Jan-16 4:38
mveRichard MacCutchan20-Jan-16 4:38 
AnswerRe: C++ Namespace scope bug / feature Pin
Aescleal20-Jan-16 6:51
Aescleal20-Jan-16 6:51 
GeneralRe: C++ Namespace scope bug / feature Pin
Anthony Mushrow20-Jan-16 8:04
professionalAnthony Mushrow20-Jan-16 8:04 
QuestionNeed to communicate between two server processes Pin
Member 1227424519-Jan-16 8:57
Member 1227424519-Jan-16 8:57 
SuggestionRe: Need to communicate between two server processes Pin
David Crow19-Jan-16 9:41
David Crow19-Jan-16 9:41 
SuggestionRe: Need to communicate between two server processes Pin
Midi_Mick19-Jan-16 18:37
professionalMidi_Mick19-Jan-16 18:37 
I've had to do this many times, and have found the easiest way is to use (global) named pipes. The process that does the word opens the pipe server, and just waits for a message to come through. Any processes that need an action to be preformed then open a client pipe, and sends all the data through. This system even allows for duplex messaging, so the server can send a response and/or the results of the processing back to the caller if required.

The Microsoft Devcenter explains it all pretty well, with examples, here[^].
QuestionC1001 internal Compiler error VS 2012 pro Pin
ForNow19-Jan-16 4:14
ForNow19-Jan-16 4:14 
AnswerRe: C1001 internal Compiler error VS 2012 pro Pin
Richard MacCutchan19-Jan-16 4:21
mveRichard MacCutchan19-Jan-16 4:21 
GeneralRe: C1001 internal Compiler error VS 2012 pro Pin
ForNow19-Jan-16 8:07
ForNow19-Jan-16 8:07 
AnswerRe: C1001 internal Compiler error VS 2012 pro Pin
Jochen Arndt19-Jan-16 4:30
professionalJochen Arndt19-Jan-16 4:30 
GeneralRe: C1001 internal Compiler error VS 2012 pro Pin
ForNow19-Jan-16 8:05
ForNow19-Jan-16 8:05 
QuestionC, Win32: l need help getting user input[Solved] Pin
Member 1213944217-Jan-16 11:41
Member 1213944217-Jan-16 11:41 
AnswerRe: C, Win32: l need help getting user input PinPopular
Richard MacCutchan17-Jan-16 21:31
mveRichard MacCutchan17-Jan-16 21:31 
PraiseRe: C, Win32: l need help getting user input Pin
Member 1213944218-Jan-16 11:10
Member 1213944218-Jan-16 11:10 
QuestionContext menu style of Shell in Windows 10 Pin
rikka0w016-Jan-16 19:21
rikka0w016-Jan-16 19:21 
QuestionC function to call 5 different functions Pin
Member 1213438816-Jan-16 5:55
Member 1213438816-Jan-16 5:55 
AnswerRe: C function to call 5 different functions Pin
Richard Andrew x6416-Jan-16 6:48
professionalRichard Andrew x6416-Jan-16 6:48 
GeneralRe: C function to call 5 different functions Pin
Member 1213438816-Jan-16 9:18
Member 1213438816-Jan-16 9:18 
QuestionCheck and uninstall a driver programatically using C++ Pin
Prasanth.outofboxt14-Jan-16 22:09
Prasanth.outofboxt14-Jan-16 22:09 
AnswerRe: Check and uninstall a driver programatically using C++ Pin
Jochen Arndt14-Jan-16 22:30
professionalJochen Arndt14-Jan-16 22:30 
QuestionWin32: l need help on filling a combo box [Solved] Pin
Member 1213944214-Jan-16 10:53
Member 1213944214-Jan-16 10:53 
AnswerRe: Win32: l need help on filling a combo box Pin
Richard Andrew x6414-Jan-16 12:09
professionalRichard Andrew x6414-Jan-16 12:09 
AnswerRe: Win32: l need help on filling a combo box Pin
Jochen Arndt14-Jan-16 21:23
professionalJochen Arndt14-Jan-16 21:23 

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.