Click here to Skip to main content
15,925,309 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Can anyone help me Pin
Demian Panello12-Nov-07 4:28
Demian Panello12-Nov-07 4:28 
QuestionCell phones and video cameras Pin
Demian Panello12-Nov-07 2:02
Demian Panello12-Nov-07 2:02 
QuestionPassing values from one exe to another exe Pin
neha.agarwal2712-Nov-07 1:04
neha.agarwal2712-Nov-07 1:04 
AnswerRe: Passing values from one exe to another exe Pin
Naveen12-Nov-07 1:26
Naveen12-Nov-07 1:26 
AnswerRe: Passing values from one exe to another exe Pin
Demian Panello12-Nov-07 2:09
Demian Panello12-Nov-07 2:09 
GeneralRe: Passing values from one exe to another exe Pin
ThatsAlok12-Nov-07 6:29
ThatsAlok12-Nov-07 6:29 
AnswerRe: Passing values from one exe to another exe Pin
toxcct12-Nov-07 2:14
toxcct12-Nov-07 2:14 
AnswerRe: Passing values from one exe to another exe Pin
Amar Sutar12-Nov-07 2:21
Amar Sutar12-Nov-07 2:21 
Hi,

1. If variable is required before starting another exe then pass that variable as command line.

2. If you want to pass variable after starting another exe then use Inter Process Communication such as WM_COPYDATA, Pipes and Shared Memory.


AmarSmile | :)
GeneralRe: Passing values from one exe to another exe Pin
ThatsAlok12-Nov-07 6:30
ThatsAlok12-Nov-07 6:30 
AnswerRe: Passing values from one exe to another exe Pin
Hamid_RT12-Nov-07 7:04
Hamid_RT12-Nov-07 7:04 
QuestionFree Store of memory Pin
George_George12-Nov-07 0:30
George_George12-Nov-07 0:30 
AnswerRe: Free Store of memory Pin
Nemanja Trifunovic12-Nov-07 9:51
Nemanja Trifunovic12-Nov-07 9:51 
GeneralRe: Free Store of memory Pin
George_George12-Nov-07 18:55
George_George12-Nov-07 18:55 
QuestionInterprocess cmm, using shared DLL Pin
Anders Gustafsson11-Nov-07 23:45
Anders Gustafsson11-Nov-07 23:45 
GeneralRe: Interprocess cmm, using shared DLL Pin
Matthew Faithfull12-Nov-07 0:28
Matthew Faithfull12-Nov-07 0:28 
GeneralRe: Interprocess cmm, using shared DLL Pin
Anders Gustafsson12-Nov-07 0:40
Anders Gustafsson12-Nov-07 0:40 
GeneralRe: Interprocess cmm, using shared DLL Pin
Matthew Faithfull12-Nov-07 1:13
Matthew Faithfull12-Nov-07 1:13 
GeneralRe: Interprocess cmm, using shared DLL Pin
Anders Gustafsson12-Nov-07 6:45
Anders Gustafsson12-Nov-07 6:45 
AnswerRe: Interprocess cmm, using shared DLL Pin
KarstenK12-Nov-07 0:56
mveKarstenK12-Nov-07 0:56 
GeneralRe: Interprocess cmm, using shared DLL Pin
Anders Gustafsson12-Nov-07 1:06
Anders Gustafsson12-Nov-07 1:06 
QuestionRunning multiple Instances of an application Pin
Chirag_kalra11-Nov-07 23:23
Chirag_kalra11-Nov-07 23:23 
AnswerRe: Running multiple Instances of an application Pin
Naveen11-Nov-07 23:51
Naveen11-Nov-07 23:51 
GeneralRe: Running multiple Instances of an application Pin
Chirag_kalra11-Nov-07 23:59
Chirag_kalra11-Nov-07 23:59 
GeneralRe: Running multiple Instances of an application Pin
Naveen12-Nov-07 0:08
Naveen12-Nov-07 0:08 
GeneralRe: Running multiple Instances of an application Pin
Chirag_kalra12-Nov-07 0:23
Chirag_kalra12-Nov-07 0: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.