Click here to Skip to main content
15,917,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: mystery or stupid? Pin
Philippe Mori15-Aug-02 9:43
Philippe Mori15-Aug-02 9:43 
GeneralMemory Allocation :: C/C++ Pin
valikac14-Aug-02 13:27
valikac14-Aug-02 13:27 
GeneralRe: Memory Allocation :: C/C++ Pin
Bill Wilson14-Aug-02 13:36
Bill Wilson14-Aug-02 13:36 
GeneralRe: Memory Allocation :: C/C++ Pin
jmkhael14-Aug-02 13:41
jmkhael14-Aug-02 13:41 
GeneralRe: Memory Allocation :: C/C++ Pin
valikac14-Aug-02 13:50
valikac14-Aug-02 13:50 
GeneralRe: Memory Allocation :: C/C++ Pin
Stuart Dootson14-Aug-02 20:44
professionalStuart Dootson14-Aug-02 20:44 
GeneralRe: Memory Allocation :: C/C++ Pin
Rutger Ellen14-Aug-02 22:07
Rutger Ellen14-Aug-02 22:07 
GeneralRe: Memory Allocation :: C/C++ Pin
valikac15-Aug-02 5:43
valikac15-Aug-02 5:43 
GeneralCHTMLView Pin
Wolfram Steinke14-Aug-02 13:16
Wolfram Steinke14-Aug-02 13:16 
GeneralChanging Font Color Pin
slackboy14-Aug-02 12:57
slackboy14-Aug-02 12:57 
GeneralRe: Changing Font Color Pin
PJ Arends14-Aug-02 13:06
professionalPJ Arends14-Aug-02 13:06 
GeneralDouble Byte Characters in win32 controls. Pin
djrisc14-Aug-02 10:38
djrisc14-Aug-02 10:38 
GeneralDouble Byte Characters in win32 controls. Pin
djrisc14-Aug-02 13:21
djrisc14-Aug-02 13:21 
GeneralRe: Double Byte Characters in win32 controls. Pin
Michael Dunn14-Aug-02 14:57
sitebuilderMichael Dunn14-Aug-02 14:57 
GeneralRe: Double Byte Characters in win32 controls. Pin
djrisc14-Aug-02 20:22
djrisc14-Aug-02 20:22 
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 

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.