I am writting an MS Excel COM-Addin in Delphi 2006.I\'m have Excel 2007 installed on my development machine.
With r开发者_JAVA百科egard to this question, how do I make VS2010 call the Outlook COM object regardless of DLL version?
Has anybody had any experience with COM / MFC trying to implement IConnectionPointContainer on an object extending from COleDocument (instead of COleControl) ? Can somebody please provide any tips, or
In Visual Studio 6, I have written an ATL COM server EXE. I want to debug this and put a breakpoint at the start of the method I am calling. I start debug and then call the method from the other EXE b
I have a .NET COM DLL that I want to unregister. I do: regasm.exe /u ConfigManager.dll When I look with COM-ole viewer app I still see in type libraries section an entry for ConfigManager( specifies
I have a windows script file that doesn\'t work anymore. The script look like this <job> <reference object=\"Some.Component.1\" />
I\'m trying to access a third-party COM server from within Powerbuilder. I can instantiate the object but whenever I try to call a method or a property on the object I get error 36: \"name not found a
I\'m currently doing some Python automation of Excel with com. It\'s fully functional, and does what I want, but I\'ve discovered something surprising. Sometimes, some of the Excel commands I use will
I am getting an intermittent COM Exception \"An operations error occurred (0x80072020)\" (shown below) when I try and query Active Directory using the method GroupPrincipal.FindByIdentity
I have been working 2 days on creating a simple exe COM server, I have test any thing in the web , but still not working!