Tagged Questions
2
votes
1answer
169 views
Is there a way to tell whether two COM interface references point at the same instance?
Given two interface references obtained from different sources. Is there a programmatic way to tell whether they're implemented by the same instance?
A simple equality check of the interface ...
1
vote
2answers
54 views
COM coobjects and interfaces C#
I am completely new to this and am following a tutorial on msdn: http://msdn.microsoft.com/en-us/library/aa645736(v=vs.71).aspx#vcwlkcominteroppart1cclienttutorialanchor2
My question is why do we use ...
0
votes
0answers
50 views
how HRESULT return value is set while calling com-interop methods?
*CString sWallpaper = wszWallpaper; // Convert the wallpaper path to ANSI
IShellLink* pISL;
IPersistFile* pIPF;
// 1. Initialize the COM library (make Windows load the DLLs). Normally you ...
0
votes
1answer
131 views
How do I set up a COM Server interface with Excel?
Versions
Excel 2003Windows XP SimaPro 7.3.0 Developer Version Using a Work computer but was made administrator on this machine Libraries referenced in Excel/VBA: Visual Basic for Applications; ...
0
votes
1answer
101 views
Error calling ctor of signed COM .Net DLL
if've got a problem with a sigend .Net COM DLL and I try to call the ctor of this class in VB6 but it only works on my machine, but not on the other developer machines. The error is 0x80131534.
The ...