DCOM/COM+ without ATL?
-
Hi, I'm new to COM tech. My few COM experiences are just a few OLE Automation samples in MFC. But now I have a Project that will require me calling an object mtd across machine boundary. Can I achieve this in MFC 7.0? If yes how? Thanks in advance! ;) What would life be without programmers and salesmen?
-
Hi, I'm new to COM tech. My few COM experiences are just a few OLE Automation samples in MFC. But now I have a Project that will require me calling an object mtd across machine boundary. Can I achieve this in MFC 7.0? If yes how? Thanks in advance! ;) What would life be without programmers and salesmen?
Kene wrote: DCOM/COM+ without ATL? Why without ATL ? Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
-
Hi, I'm new to COM tech. My few COM experiences are just a few OLE Automation samples in MFC. But now I have a Project that will require me calling an object mtd across machine boundary. Can I achieve this in MFC 7.0? If yes how? Thanks in advance! ;) What would life be without programmers and salesmen?
MFC7 and ATL7 are best buddies nowadays. At least the source code is hinting it (MFC and ATL shares a lot of code) -- Intellectualize my blackness[^]
-
Kene wrote: DCOM/COM+ without ATL? Why without ATL ? Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
Christian Graus wrote: Why without ATL ? My first taste of VC++ some years back was with MFC. I was particular thrilled about the wizards. Since then, I've been used to doing things in MFC style. You can still help me out by giving me steps I can take to achieve results (either in MFC or ATL).:sigh: Surely any advise or help will be appreciated:) What would life be without programmers and salesmen?
-
Christian Graus wrote: Why without ATL ? My first taste of VC++ some years back was with MFC. I was particular thrilled about the wizards. Since then, I've been used to doing things in MFC style. You can still help me out by giving me steps I can take to achieve results (either in MFC or ATL).:sigh: Surely any advise or help will be appreciated:) What would life be without programmers and salesmen?
Kene wrote: Since then, I've been used to doing things in MFC style. As has been pointed out ( and this is where I was headed ), VC7 has a new version of ATL, and there's no reason you can't use it with MFC. Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder