I am upgrading from CF4.5 to CF8.Calls to COM dll\'s that used to work in version 4.5 now throw a \"Complex object types cannot be converted to simple values..\" error. The COM object has a few arrays
I have a VB6 ActiveX DLL that has run fine on all our machines for several years. Recently our IT manager setup several locations so they remote into Terminal Server 2008 and run the program that ac
As I get it there\'re three ways to implement marshalling in COM: typelib marshalling proxy/stub marshalling
I wrote a simple package installer in WinBatch that needs to update an XML file with information about the package contents. My first stab at it involved loading the file with Msxml2.DOMDocument, addi
When you create a type library in Delphi and create an interface and the associated CoClass, Delphi also creates matching dispinterface declarations.
I\'ve implemente开发者_开发技巧d my own Microsoft Search IFilter. I need two versions of it - 32-bit and 64-bit for deploying them on corresponding systems.
I need to shield a 64-bit COM component consumer from the 32-bit native C++ ATL in-proc COM component.
I have a C# assembly that I use as an in-proc COM server consumed by an unmanaged C++ application. The assembly consumes a webservice that will not ever change so there\'s no need to ever update the w
I have a 32-bit ATL C++ in-proc COM server soultion. How do I port it to 64-bit Windows? I mean how do I make VC++7开发者_JAVA技巧 emit 64-bit code? Is it possible with Visual Studio 2003?You need a 6
I have a .NET assembly which I am exposing to COM. The assembly has two public interfaces and one public class. When I build the assembly I get this warning: