Click here to Skip to main content
15,903,012 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWrapping windows dialogues around old DOS programs Pin
Malcolm Crawford14-Aug-02 10:24
Malcolm Crawford14-Aug-02 10:24 
GeneralLoadLibrary Error Pin
Michael_Petrov14-Aug-02 10:02
sussMichael_Petrov14-Aug-02 10:02 
GeneralRe: LoadLibrary Error Pin
Stephane Rodriguez.14-Aug-02 10:17
Stephane Rodriguez.14-Aug-02 10:17 
GeneralGet COM interface from other process Pin
Aaron Schaefer14-Aug-02 9:54
Aaron Schaefer14-Aug-02 9:54 
GeneralRe: (option1) Get COM interface from other process Pin
Stephane Rodriguez.14-Aug-02 10:07
Stephane Rodriguez.14-Aug-02 10:07 
GeneralRe: (option2) Get COM interface from other process Pin
Stephane Rodriguez.14-Aug-02 10:11
Stephane Rodriguez.14-Aug-02 10:11 
GeneralRe: (option2) Get COM interface from other process Pin
Aaron Schaefer14-Aug-02 10:22
Aaron Schaefer14-Aug-02 10:22 
GeneralRe: (option2) Get COM interface from other process Pin
Bill Wilson14-Aug-02 10:45
Bill Wilson14-Aug-02 10:45 
"Maybe I should just create another COMO object, this one an .exe server"

Actually, what you want to do is to convert your in-proc object to a local server. Then you can have multiple processes accessing the same process space. Each will have a seperate instance of the object. So info that is to be shared, must be global between the instances.

This is the architecturally sound way of doing what you want. ATL vs MFC makes no difference in the basic architecture. You can do this with either framework.
GeneralRe: (option2) Get COM interface from other process Pin
Aaron Schaefer14-Aug-02 10:48
Aaron Schaefer14-Aug-02 10:48 
GeneralRe: (option2) Get COM interface from other process Pin
Bill Wilson14-Aug-02 13:25
Bill Wilson14-Aug-02 13:25 
GeneralUse the ROT for debugging Pin
Vi214-Aug-02 20:34
Vi214-Aug-02 20:34 
GeneralRe: Use the ROT for debugging Pin
Aaron Schaefer15-Aug-02 3:09
Aaron Schaefer15-Aug-02 3:09 
GeneralRe: Use the ROT for debugging Pin
Vi215-Aug-02 3:31
Vi215-Aug-02 3:31 
GeneralRe: Get COM interface from other process Pin
Michael Dunn14-Aug-02 15:00
sitebuilderMichael Dunn14-Aug-02 15:00 
GeneralRe: Get COM interface from other process Pin
Aaron Schaefer15-Aug-02 3:05
Aaron Schaefer15-Aug-02 3:05 
GeneralRe: Get COM interface from other process Pin
Stuart Dootson14-Aug-02 20:49
professionalStuart Dootson14-Aug-02 20:49 
QuestionCalling methods in child classes from base class? Pin
clintsinger14-Aug-02 9:30
clintsinger14-Aug-02 9:30 
AnswerRe: Calling methods in child classes from base class? Pin
Chris Losinger14-Aug-02 9:36
professionalChris Losinger14-Aug-02 9:36 
GeneralRe: Calling methods in child classes from base class? Pin
clintsinger14-Aug-02 10:08
clintsinger14-Aug-02 10:08 
AnswerRe: Calling methods in child classes from base class? Pin
moredip14-Aug-02 9:48
moredip14-Aug-02 9:48 
GeneralRe: Calling methods in child classes from base class? Pin
clintsinger14-Aug-02 10:09
clintsinger14-Aug-02 10:09 
GeneralStupid Question Pin
John Pepper14-Aug-02 8:47
John Pepper14-Aug-02 8:47 
GeneralRe: Stupid Question Pin
Ranjan Banerji14-Aug-02 8:57
Ranjan Banerji14-Aug-02 8:57 
GeneralRe: Stupid Question Pin
Chris Losinger14-Aug-02 9:00
professionalChris Losinger14-Aug-02 9:00 
GeneralRe: Stupid Question Pin
Anonymous14-Aug-02 9:36
Anonymous14-Aug-02 9:36 

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.