I have created CComSafeArray object having 32 elements using the following statements. But after some operations I came to know that I need only 3 elements in the safe array. Is it possible to change
What is the rule on returning undocumented HRESULTS from documented standard COM objects? i\'m looking at the documentation for IObjectWithSite.SetSite, which says i should return S_OK in all situati
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; Microso
i\'m faced with implementing an IDispatch interface. There are four methods, and fortunately 3 of them are easy:
Have some .ne开发者_StackOverflowt assembly, calling it in delphi through COM. var intf: ITest; ... intf:= CreateComObject(CLASS_TEST) as ITest;
Is it possible to specify the struct packing size in a C# implementation of a COM interface? (I know how to do it when the struct is defined on the managed side, but my question is about when it\'s d
I\'m able to send a fax through the COM library FaxComLib (Add Reference -> COM tab -> faxcom 1.0 Type Library) and the fax goes through successfully.
I am attempting to interface with Dragon Naturally Speaking 11 using COM4J (20110320). It starts up successfully and I am able interact with a COM object including getting events from it.
I have a WCF serv开发者_开发知识库ice that I need to consume from within an SSIS Data Flow Transformation, and I\'m trying to figure out how to go about that.
This question already has answers here: Closed 11 years ago. Possible Duplicates: How to use c# Dll in vc++??