Click here to Skip to main content
16,004,854 members
Home / Discussions / COM
   

COM

 
GeneralRe: COM newbie needs help to write a simple C++ client for COM events! Pin
Lim Bio Liong9-Dec-04 15:35
Lim Bio Liong9-Dec-04 15:35 
GeneralRe: COM newbie needs help to write a simple C++ client for COM events! Pin
Lim Bio Liong9-Dec-04 22:37
Lim Bio Liong9-Dec-04 22:37 
QuestionProduct to Create COM Wrapper for C Win32 DLL? Pin
RichB8-Dec-04 11:14
RichB8-Dec-04 11:14 
Generalcom addin for ms project Pin
vcpgmr7-Dec-04 16:37
vcpgmr7-Dec-04 16:37 
QuestionCan COM interface functions be overloaded? Pin
tpndtbk7-Dec-04 0:53
tpndtbk7-Dec-04 0:53 
AnswerRe: Can COM interface functions be overloaded? Pin
ThatsAlok7-Dec-04 17:28
ThatsAlok7-Dec-04 17:28 
AnswerRe: Can COM interface functions be overloaded? Pin
Andy Hunter15-Dec-04 14:51
Andy Hunter15-Dec-04 14:51 
GeneralRe: Can COM interface functions be overloaded? Pin
Andy Hunter19-Dec-04 15:57
Andy Hunter19-Dec-04 15:57 
You could also take a look at aggregation and containment if you are trying to perform it from the server side. It is not necessarily that COM doesn't support good programming practice, the whole reason for the development of COM was to insulate the client from the details of implementation; thus implementation inheritance is out of the question since it requires too much detailed information over how the "insides" work. COM does support interface inheritance, which is developed through aggregation and containment. These tools allow you to specialize COM interfaces.
Generalproblem in CoCreateInstance() Pin
biswaranjan_rath6-Dec-04 21:18
biswaranjan_rath6-Dec-04 21:18 
GeneralRe: problem in CoCreateInstance() Pin
RChin7-Dec-04 1:20
RChin7-Dec-04 1:20 
GeneralRe: problem in CoCreateInstance() Pin
biswaranjan_rath7-Dec-04 1:28
biswaranjan_rath7-Dec-04 1:28 
GeneralRe: problem in CoCreateInstance() Pin
RChin7-Dec-04 1:33
RChin7-Dec-04 1:33 
GeneralRe: problem in CoCreateInstance() Pin
biswaranjan_rath7-Dec-04 17:27
biswaranjan_rath7-Dec-04 17:27 
GeneralRe: problem in CoCreateInstance() Pin
ThatsAlok7-Dec-04 17:58
ThatsAlok7-Dec-04 17:58 
GeneralCOM programming Pin
Andy Hunter6-Dec-04 6:08
Andy Hunter6-Dec-04 6:08 
GeneralRe: COM programming Pin
User 2155978-Dec-04 4:17
User 2155978-Dec-04 4:17 
GeneralRe: COM programming Pin
Andy Hunter8-Dec-04 10:11
Andy Hunter8-Dec-04 10:11 
QuestionHow to change name of coclass ? Pin
arun14056-Dec-04 2:02
arun14056-Dec-04 2:02 
GeneralAdding Button to Outlook Message Window Pin
lukevandiest3-Dec-04 9:50
lukevandiest3-Dec-04 9:50 
GeneralPassing string array pointer from managed code to unmanaged .COM Pin
Member 8391433-Dec-04 1:04
Member 8391433-Dec-04 1:04 
GeneralVBA method calling from an Object type Pin
RChin3-Dec-04 0:28
RChin3-Dec-04 0:28 
GeneralRe: VBA method calling from an Object type Pin
RChin3-Dec-04 0:40
RChin3-Dec-04 0:40 
GeneralRe: VBA method calling from an Object type Pin
Vi26-Dec-04 3:07
Vi26-Dec-04 3:07 
GeneralRe: VBA method calling from an Object type Pin
RChin7-Dec-04 1:14
RChin7-Dec-04 1:14 
GeneralSAFEARRAY(IDispatch*) problem in matlab Pin
tpndtbk2-Dec-04 5:43
tpndtbk2-Dec-04 5:43 

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.