Click here to Skip to main content
15,901,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: can anybody help Pin
Hamid_RT10-Feb-08 20:44
Hamid_RT10-Feb-08 20:44 
Generalc++ to matlab Pin
ashwiny9-Feb-08 17:42
ashwiny9-Feb-08 17:42 
GeneralRe: c++ to matlab Pin
jeron110-Feb-08 5:07
jeron110-Feb-08 5:07 
QuestionRe: c++ to matlab Pin
Mark Salsbery10-Feb-08 9:52
Mark Salsbery10-Feb-08 9:52 
Questionstring to LRESULT Pin
Zerox MXI9-Feb-08 17:08
Zerox MXI9-Feb-08 17:08 
GeneralRe: string to LRESULT Pin
Stephen Hewitt9-Feb-08 17:34
Stephen Hewitt9-Feb-08 17:34 
GeneralRe: string to LRESULT Pin
Zerox MXI9-Feb-08 17:38
Zerox MXI9-Feb-08 17:38 
GeneralRe: string to LRESULT Pin
Stephen Hewitt9-Feb-08 17:48
Stephen Hewitt9-Feb-08 17:48 
There are many ways. Some that spring to mind:
- Use COM to do the work for you. This is not trivial because one application still needs to get a marshalled interface from the other.
- Use pipes. Again, you still need some mechanism to the a pipe handle to the other application.
- Use shared memory, perhaps in a DLL loaded into both .EXE’s.
- Use the WM_COPYDATA message. This is probably the easiest.

This list is by no means a complete one.

Steve

GeneralRe: string to LRESULT Pin
Zerox MXI9-Feb-08 17:57
Zerox MXI9-Feb-08 17:57 
GeneralRe: string to LRESULT Pin
Hamid_RT10-Feb-08 20:51
Hamid_RT10-Feb-08 20:51 
GeneralNetworking via Internet in C++ Pin
Michael Fritzius9-Feb-08 13:01
professionalMichael Fritzius9-Feb-08 13:01 
GeneralRe: Networking via Internet in C++ Pin
Garth J Lancaster9-Feb-08 19:20
professionalGarth J Lancaster9-Feb-08 19:20 
GeneralRe: Networking via Internet in C++ Pin
Michael Fritzius11-Feb-08 6:28
professionalMichael Fritzius11-Feb-08 6:28 
GeneralRe: Networking via Internet in C++ Pin
Garth J Lancaster11-Feb-08 13:40
professionalGarth J Lancaster11-Feb-08 13:40 
GeneralRe: Networking via Internet in C++ Pin
Michael Fritzius12-Feb-08 5:25
professionalMichael Fritzius12-Feb-08 5:25 
GeneralRe: Networking via Internet in C++ Pin
Garth J Lancaster12-Feb-08 11:11
professionalGarth J Lancaster12-Feb-08 11:11 
GeneralRe: Networking via Internet in C++ Pin
Garth J Lancaster12-Feb-08 11:13
professionalGarth J Lancaster12-Feb-08 11:13 
GeneralRe: Networking via Internet in C++ Pin
Michael Fritzius14-Feb-08 5:10
professionalMichael Fritzius14-Feb-08 5:10 
GeneralRe: Networking via Internet in C++ Pin
Garth J Lancaster14-Feb-08 10:44
professionalGarth J Lancaster14-Feb-08 10:44 
GeneralRe: Networking via Internet in C++ Pin
Garth J Lancaster12-Feb-08 16:05
professionalGarth J Lancaster12-Feb-08 16:05 
Generalsystem() -passing a variable parameter to wget thro cmd Pin
Gregor Casar9-Feb-08 11:45
Gregor Casar9-Feb-08 11:45 
QuestionRe: system() -passing a variable parameter to wget thro cmd Pin
Mark Salsbery9-Feb-08 12:20
Mark Salsbery9-Feb-08 12:20 
GeneralRe: system() -passing a variable parameter to wget thro cmd [modified] Pin
Gregor Casar9-Feb-08 12:29
Gregor Casar9-Feb-08 12:29 
GeneralRe: system() -passing a variable parameter to wget thro cmd Pin
Mark Salsbery10-Feb-08 9:16
Mark Salsbery10-Feb-08 9:16 
GeneralRe: system() -passing a variable parameter to wget thro cmd Pin
David Crow11-Feb-08 3:37
David Crow11-Feb-08 3:37 

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.