Click here to Skip to main content
15,902,870 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Capturing a video using opencv on MFC Pin
srisuwan917-Jan-10 20:56
srisuwan917-Jan-10 20:56 
QuestionMFC Application and Web service Pin
BadJerry7-May-08 4:05
BadJerry7-May-08 4:05 
AnswerRe: MFC Application and Web service Pin
led mike7-May-08 4:28
led mike7-May-08 4:28 
GeneralRe: MFC Application and Web service Pin
BadJerry7-May-08 4:40
BadJerry7-May-08 4:40 
GeneralRe: MFC Application and Web service Pin
led mike7-May-08 5:05
led mike7-May-08 5:05 
AnswerRe: MFC Application and Web service Pin
Christopher Duncan7-May-08 14:20
Christopher Duncan7-May-08 14:20 
GeneralRe: MFC Application and Web service Pin
BadJerry7-May-08 23:13
BadJerry7-May-08 23:13 
GeneralRe: MFC Application and Web service Pin
Christopher Duncan8-May-08 6:04
Christopher Duncan8-May-08 6:04 
I'm not sure that a web service is really a relevant solution for what you're looking to do. Sounds more like you're looking for an appropriate choice for inter process communications.

Since the MFC app is doing all the heaving lifting and you have .NET apps that you want to talk to it, COM is actually a reasonable solution (I can't believe I just called COM reasonable). Alternatively, you could set up communication through sockets or named pipes (haven't tried accessing shared memory yet in the .NET world.

Trying to force this into a web service architecture just because it's the current trendy thing is rarely a good idea froma technical point of view. Of course, resume enhancement is another matter entirely. Smile | :)


GeneralRe: MFC Application and Web service Pin
BadJerry8-May-08 6:59
BadJerry8-May-08 6:59 
GeneralRe: MFC Application and Web service Pin
Christopher Duncan8-May-08 7:27
Christopher Duncan8-May-08 7:27 
GeneralRe: MFC Application and Web service Pin
BadJerry8-May-08 10:13
BadJerry8-May-08 10:13 
QuestionWM_TIMER & MessageBox Pin
CPallini7-May-08 3:58
mveCPallini7-May-08 3:58 
AnswerRe: WM_TIMER & MessageBox Pin
BadJerry7-May-08 4:09
BadJerry7-May-08 4:09 
QuestionRe: WM_TIMER & MessageBox Pin
CPallini7-May-08 4:17
mveCPallini7-May-08 4:17 
AnswerRe: WM_TIMER & MessageBox Pin
BadJerry7-May-08 4:35
BadJerry7-May-08 4:35 
QuestionRe: WM_TIMER & MessageBox Pin
CPallini7-May-08 4:46
mveCPallini7-May-08 4:46 
AnswerRe: WM_TIMER & MessageBox Pin
BadJerry7-May-08 4:53
BadJerry7-May-08 4:53 
GeneralRe: WM_TIMER & MessageBox Pin
CPallini7-May-08 5:05
mveCPallini7-May-08 5:05 
QuestionError compiling dll Pin
alex7867-May-08 3:46
alex7867-May-08 3:46 
AnswerRe: Error compiling dll Pin
Matthew Faithfull7-May-08 3:58
Matthew Faithfull7-May-08 3:58 
GeneralRe: Error compiling dll Pin
alex7867-May-08 18:35
alex7867-May-08 18:35 
QuestionRe: Error compiling dll Pin
David Crow7-May-08 4:02
David Crow7-May-08 4:02 
Questionplz help me write this program Pin
Umair Zuberi7-May-08 3:26
Umair Zuberi7-May-08 3:26 
AnswerRe: plz help me write this program Pin
Maximilien7-May-08 3:30
Maximilien7-May-08 3:30 
GeneralMessage Removed Pin
7-May-08 3:43
Umair Zuberi7-May-08 3:43 

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.