I want to return from IDL an array of interfaces. I try this: interface ISecurityPolicy : IDispatch{ [id(6)]HRESULT GetPolicyList([out, ref, retval] SAFEARRAY(IEntityPolicy*)* result);
I am working with the FAXCOMEXLib example that microsoft posted awhile back and am trying to port it to C#.I am having trouble with a call that returns a Variant type which holds a string array.\"jobI
I have a .NET Winddows service which runs under the Local System account. This service then runs a COM component that was written in ATL on Visual Studio 6 using COM Interop. This COM component then r
I have a .NET Windows service which self hosts a WCF service. This WCF service then goes on to call an old COM component written in ATL on Visual Studio 6. This COM component then creates a Excel.Appl
I have a VB6 ActiveX DLL with functions that return a Variant. The Variant contains an array of node Variants, each of which contains a string Name and two data arrays (string and double). I am attemp
This is web single sign on code that runs on a .net 3.5 winform. The code runs fine for ie6 or ie8 as long as ie8 only has one tab open.The problem is that if the user opens a new tab (tab 2,3,etc.) a
I developed a windows service that has the following COM dependencies: MSCOMM32.OCX MSWINSCK.OCX Interop.MSWinsockLib.dll
We have been updated our project to Delphi XE. There\'s .ridl files instead .tlb. But what\'s about *_TLB.pas files? How to migrate changes in .ridl file开发者_如何转开发 to *_TLB.pas file?
I have an ultra-low latency program and n开发者_高级运维eed to interface with a Windows COM component. What would be the fastest way to do this? Using a COM bridge like JACOB or write a native COM lib
I am new to WMI and using J-interop lib for COM communication through Java... I have a requirement to get Physical memory data from remote system.