Click here to Skip to main content
15,887,444 members
Home / Discussions / COM
   

COM

 
QuestionWhat's the difference between Interface and dispInterface? Pin
15-Jul-01 10:53
suss15-Jul-01 10:53 
AnswerRe: What's the difference between Interface and dispInterface? Pin
16-Jul-01 6:57
suss16-Jul-01 6:57 
AnswerRe: What's the difference between Interface and dispInterface? Pin
Joseph Dempsey20-Jul-01 16:00
Joseph Dempsey20-Jul-01 16:00 
GeneralShell Extention Pin
Maham Gilani14-Jul-01 3:37
Maham Gilani14-Jul-01 3:37 
QuestionHow to diagnose and to detect down clients and servers Pin
13-Jul-01 5:37
suss13-Jul-01 5:37 
AnswerRe: How to diagnose and to detect down clients and servers Pin
16-Jul-01 11:32
suss16-Jul-01 11:32 
GeneralRe: How to diagnose and to detect down clients and servers Pin
16-Jul-01 23:46
suss16-Jul-01 23:46 
GeneralMultiple Inheritence of an ATL object Pin
12-Jul-01 23:18
suss12-Jul-01 23:18 
I'm developing a system that needs to dynamically call a number of different COM objects without the need to rebuild the service everytime a new object is added.

What I'm proposing is to have a common COM object exposing the generic method for all objects and use multiple inheritence to build each different COM object and override the generic method.

By building the service with the common COM object I can then create the appropriate COM object by getting the CLSID & LIBID from the registry and by getting the base interface have access to the common method.

Two questions.

1) Will this work, am I making it more difficult than it should be or is it a non-starter?

2) Has anybody got any examples of multiple inheritence using ATL. I've been scouring the web and haven't come up with anything half decent.

I've been away from COM for over two years working purely in C++ so I'm a bit rusty so please forgive my stupidity.

Cheers
Darren Mann
Generalinterfaces Pin
Gabriel.P.G12-Jul-01 17:05
Gabriel.P.G12-Jul-01 17:05 
GeneralRe: interfaces Pin
16-Jul-01 11:35
suss16-Jul-01 11:35 
GeneralCOM behind/in front of the firewall Pin
12-Jul-01 6:12
suss12-Jul-01 6:12 
Generaltutorials for com Pin
anu11-Jul-01 18:23
anu11-Jul-01 18:23 
GeneralRe: tutorials for com Pin
Michael Dunn11-Jul-01 20:32
sitebuilderMichael Dunn11-Jul-01 20:32 
GeneralCoInitializeEx Pin
11-Jul-01 13:16
suss11-Jul-01 13:16 
GeneralOK OK its DCOM Pin
11-Jul-01 13:26
suss11-Jul-01 13:26 
GeneralOK Apologies. Pin
11-Jul-01 13:34
suss11-Jul-01 13:34 
GeneralIHTMLElement and IHTMLElement2 and IHTMLWindow2 Pin
Oguzhan ERKAN11-Jul-01 4:54
Oguzhan ERKAN11-Jul-01 4:54 
GeneralCom interface with SQL to MSDE database Pin
Bigge10-Jul-01 23:27
Bigge10-Jul-01 23:27 
GeneralRe: Com interface with SQL to MSDE database Pin
11-Jul-01 8:35
suss11-Jul-01 8:35 
GeneralRe: Com interface with SQL to MSDE database Pin
Bigge12-Jul-01 1:22
Bigge12-Jul-01 1:22 
GeneralRe: Com interface with SQL to MSDE database Pin
12-Jul-01 2:04
suss12-Jul-01 2:04 
GeneralUsing A Collection - Newbie Pin
AJ1239-Jul-01 11:48
AJ1239-Jul-01 11:48 
GeneralRe: Using A Collection - Newbie Pin
9-Jul-01 14:42
suss9-Jul-01 14:42 
GeneralLots o' quick ATL COM/DCOM questions Pin
Pavlos Touboulidis9-Jul-01 10:08
Pavlos Touboulidis9-Jul-01 10:08 
GeneralRe: Lots o' quick ATL COM/DCOM questions Pin
9-Jul-01 14:54
suss9-Jul-01 14:54 

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.