I maintain a legacy Java application that uses Jacob, or Java-COM Bridge, to make calls via the COM interfaces of MS VBA and MS Word. I have开发者_StackOverflow been looking at com4j from Sun, and it
I have an issue with a开发者_开发知识库 third-party COM+ DLL meant to be used from VB6, where it has a function to set a Callback for a hardware event.However, I\'m using VB.NET, and AddressOf now ret
By default structs in C# are implemented with [StructLayout( LayoutKind.Sequential )] for reasons basically stating that these type of objects are commonly used for COM Interop and their fields must s
Whenever I put my component into COM+ and call CoCreateInstance() on the client the fol开发者_如何学Pythonlowing happens:
[ClassInterface(ClassInterfaceType.None)] [Guid(\"12C969B3-330D-4230-ACDA-F9BED3286B1E\")] [ProgId(\"Lib.Class\")]
I need to shield a 64-bit COM component consumer from the 32-bit native C++ ATL in-proc COM component.
I have a little COM+ component as a service on a remote server. I´m trying to execute a method of this component using: