Click here to Skip to main content
15,905,679 members
Home / Discussions / COM
   

COM

 
AnswerRe: COM function to retrieve highlighted text from IE? Pin
vishalmore12-Jul-05 21:56
vishalmore12-Jul-05 21:56 
GeneralRe: COM function to retrieve highlighted text from IE? Pin
Melena13-Jul-05 5:41
Melena13-Jul-05 5:41 
GeneralOpenGL ActiveX Pin
Member 49426111-Jul-05 20:41
Member 49426111-Jul-05 20:41 
GeneralCoCreateInstance() returns the error saying "The specific module could not be found." Pin
urssmiling11-Jul-05 18:34
urssmiling11-Jul-05 18:34 
GeneralRe: CoCreateInstance() returns the error saying "The specific module could not be found." Pin
stonewall_200012-Jul-05 14:55
stonewall_200012-Jul-05 14:55 
GeneralRe: CoCreateInstance() returns the error saying "The specific module could not be found." Pin
urssmiling12-Jul-05 20:23
urssmiling12-Jul-05 20:23 
QuestionOne IDL, Multiple Implementations? Pin
Vertig011-Jul-05 11:21
Vertig011-Jul-05 11:21 
AnswerRe: One IDL, Multiple Implementations? Pin
Anonymous11-Jul-05 21:35
Anonymous11-Jul-05 21:35 
If your two separate people are both implementing COM servers, which have the same interface as defined in the IDL, then you need to register one or the other DLL and which ever DLL is the last one registered will be used.

If however the two implementations do different things, despite having the same interface, then you need to use two IDL files with different GUIDs. In the client program, when you call CoCreateInstance(), specify the appropriate CLSID.
GeneralRe: One IDL, Multiple Implementations? Pin
Vertig012-Jul-05 7:48
Vertig012-Jul-05 7:48 
GeneralRe: One IDL, Multiple Implementations? Pin
Lim Bio Liong14-Jul-05 4:28
Lim Bio Liong14-Jul-05 4:28 
GeneralRe: One IDL, Multiple Implementations? Pin
Akth20-Jul-05 14:13
Akth20-Jul-05 14:13 
GeneralRe: One IDL, Multiple Implementations? Pin
Lim Bio Liong20-Jul-05 15:33
Lim Bio Liong20-Jul-05 15:33 
GeneralRe: One IDL, Multiple Implementations? Pin
Lim Bio Liong25-Jul-05 7:40
Lim Bio Liong25-Jul-05 7:40 
Generalconverting the type library to a .net assembly failed Pin
jwjanzen11-Jul-05 3:18
jwjanzen11-Jul-05 3:18 
Generalwriting com/shell extensions in masm Pin
salafii8-Jul-05 6:56
salafii8-Jul-05 6:56 
GeneralRe: writing com/shell extensions in masm Pin
Michael Dunn18-Jul-05 2:49
sitebuilderMichael Dunn18-Jul-05 2:49 
GeneralWhen Create Instance,Error in CoCreateInstanceEx Pin
stonewall_20007-Jul-05 21:57
stonewall_20007-Jul-05 21:57 
GeneralBuilding class in COM Pin
Logan from Singapore6-Jul-05 16:11
Logan from Singapore6-Jul-05 16:11 
GeneralThread profiling in C++/COM components Pin
rajandpayal6-Jul-05 15:51
rajandpayal6-Jul-05 15:51 
Questionaudio mux directshow filter? Pin
Taiwu Chiang6-Jul-05 11:38
Taiwu Chiang6-Jul-05 11:38 
Generalread input from a port Pin
kwena5-Jul-05 21:18
kwena5-Jul-05 21:18 
GeneralCreating an instance of a hidden interface Pin
Dave Moran5-Jul-05 9:51
Dave Moran5-Jul-05 9:51 
GeneralUsing Web Browser Pin
Chna5-Jul-05 0:25
Chna5-Jul-05 0:25 
GeneralSorry !! I occurs some problems when i add webservice to ATL COM Pin
clw89u4-Jul-05 16:21
clw89u4-Jul-05 16:21 
GeneralRe: Sorry !! I occurs some problems when i add webservice to ATL COM Pin
clw89u4-Jul-05 16:24
clw89u4-Jul-05 16:24 

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.