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

C / C++ / MFC

 
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 
That's going to depend a lot on what you know and what your requirements are.
On one hand if it works leave it be. On the other it does sound like a temporary solution so perhaps try some separate experiments with COM, ATL makes this easy, to see if you can find a replacement architecture that you're happy with.
If you want to avoid COM give Socket comms a try, there's loads of examples available. This has the added advantage that you can transparently run your application on the same or a separate machine. Either way CP is probably going to be the best place to find examples. If you've managed to write your own shared memory exchange system that works you'll have nothing to fear from either of these approaches and probably don't need advice from me.Smile | :)

Nothing is exactly what it seems but everything with seems can be unpicked.

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 
GeneralRe: Running multiple Instances of an application Pin
Naveen12-Nov-07 0:52
Naveen12-Nov-07 0:52 
Question\\systemname\\C$ Pin
p_11-Nov-07 23:22
p_11-Nov-07 23:22 
GeneralRe: \\systemname\\C$ Pin
Matthew Faithfull11-Nov-07 23:31
Matthew Faithfull11-Nov-07 23:31 
GeneralRe: \\systemname\\C$ Pin
p_12-Nov-07 0:12
p_12-Nov-07 0:12 
GeneralRe: \\systemname\\C$ Pin
p_12-Nov-07 0:18
p_12-Nov-07 0:18 
GeneralRe: \\systemname\\C$ Pin
Matthew Faithfull12-Nov-07 0:32
Matthew Faithfull12-Nov-07 0:32 
GeneralRe: \\systemname\\C$ Pin
p_12-Nov-07 0:41
p_12-Nov-07 0:41 
GeneralRe: \\systemname\\C$ Pin
toxcct12-Nov-07 2:12
toxcct12-Nov-07 2:12 
QuestionCalculated values from different functions to a single function. Pin
CodingLover11-Nov-07 21:53
CodingLover11-Nov-07 21:53 

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.