Click here to Skip to main content
15,881,715 members
Home / Discussions / COM
   

COM

 
QuestionWMI Win32_Service Pin
Jack Rong4-May-09 5:23
Jack Rong4-May-09 5:23 
AnswerCross posting pile of garbage Pin
led mike4-May-09 9:24
led mike4-May-09 9:24 
GeneralRe: Cross posting pile of garbage Pin
Jack Rong5-May-09 2:16
Jack Rong5-May-09 2:16 
GeneralRe: Cross posting pile of garbage Pin
led mike6-May-09 6:25
led mike6-May-09 6:25 
Questionoleview could able create instance but cocreateinstance fails. Pin
rsandeepu3-May-09 19:02
rsandeepu3-May-09 19:02 
Questionprinter on distributed system Pin
Snappy Wing3-May-09 4:33
Snappy Wing3-May-09 4:33 
Questiondynamic_cast of objects inherit from IUnknow Pin
Jack200951-May-09 18:23
Jack200951-May-09 18:23 
AnswerRe: dynamic_cast of objects inherit from IUnknow Pin
Vi23-May-09 17:36
Vi23-May-09 17:36 
"The dynamic_cast operator cannot be used to convert from a non-polymorphic class, that is, a class that does not define any virtual functions." (c) MSDN

So IUnknown is an interface with 3 virtual functions QueryInterface, AddRef and Release.

You can obtain such effect with
class A<br />
{<br />
	virtual ~A() {}<br />
};


With best wishes,
Vita

QuestionHow to debug COM+ Applications Using Microsoft .NET Enterprise Services ?? Pin
Yanshof1-May-09 13:52
Yanshof1-May-09 13:52 
Questioncopy file from local machine to remote using WMI Pin
Jack Rong28-Apr-09 8:39
Jack Rong28-Apr-09 8:39 
AnswerCross Posted Pin
led mike28-Apr-09 8:58
led mike28-Apr-09 8:58 
QuestionInstall ActiveX Pin
p_196025-Apr-09 3:51
p_196025-Apr-09 3:51 
AnswerRe: Install ActiveX Pin
KarstenK26-Apr-09 20:36
mveKarstenK26-Apr-09 20:36 
GeneralRe: Install ActiveX Pin
p_196026-Apr-09 22:16
p_196026-Apr-09 22:16 
GeneralRe: Install ActiveX Pin
KarstenK26-Apr-09 22:46
mveKarstenK26-Apr-09 22:46 
GeneralRe: Install ActiveX Pin
p_196027-Apr-09 0:49
p_196027-Apr-09 0:49 
QuestionHow to get event on custom menu added in Winword Pin
SNI24-Apr-09 3:27
SNI24-Apr-09 3:27 
QuestionProblem in implementing an interface Pin
MKC00223-Apr-09 21:29
MKC00223-Apr-09 21:29 
QuestionClosing Winword document thru WordAddin creates problem. Pin
SNI22-Apr-09 3:08
SNI22-Apr-09 3:08 
AnswerRe: Closing Winword document thru WordAddin creates problem. Pin
Baltoro22-Apr-09 5:35
Baltoro22-Apr-09 5:35 
GeneralRe: Closing Winword document thru WordAddin creates problem. [modified] Pin
SNI22-Apr-09 17:39
SNI22-Apr-09 17:39 
QuestionExcel: change cell color of unprotect sheet using macro. Pin
hirenkshah21-Apr-09 19:14
hirenkshah21-Apr-09 19:14 
QuestionDisabling row in ListBox. Pin
Shaileshvb21-Apr-09 18:10
Shaileshvb21-Apr-09 18:10 
AnswerRe: Disabling row in ListBox. Pin
Sun Rays3-May-09 20:43
Sun Rays3-May-09 20:43 
QuestionHow To Simulate OLE Drag & Drop? Pin
Shuang. Wu20-Apr-09 23:43
Shuang. Wu20-Apr-09 23: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.