We have a rather old COM-like component wuth a set of rather complex interfaces. Those interfaces are quite problematic to marshal, so we don\'t register anything in registry but instead export a Crea
I will describe the problem as simple as i can; Let\'s say we have a com client that defines several interfaces.
I have .net console application and com object I want to instantiate via: var t = Type.GetTypeFromProgID(\"myProgID\");
I\'m just getting started with DirectShow programming, and the \'C\' nature of the DirectShow API is making my skin crawl. Endless return codes inst开发者_高级运维ead of exceptions, addref/release all
We\'ve got a DLL (a COM server) that will compile fine in 32-bit and 64-bit, but the DLL uses the same CLSID and AppID for the 32-bit version and the 64-bit version. Is this OK or does this have to ch
I have a 32bit legacy VB6 application that uses a COM component to automate Outlook to send an email. The requirement is that the email needs to appear in the Sent Items folder in Outlook. To make mat
I just can\'t release my Outlook MailItems. After opening 200 Mails the Exchange Severreturns the maximum open Emails is reached.
I have created directShow Source filter, it tested on W开发者_运维知识库in32, and works fine.
I have a Delphi (2007) application which is just a standard exe, and I would like to add a COM interface to it. I al开发者_JAVA技巧ready have a COM dll which exports several COM objects and this is wo
I try to convert Excel files to PDF via COM automation. The code runs as a service using the sy开发者_如何学Gostem user. Unfortunately, I get the error \"0x800A03EC\" in the ExportAsFixedFormat() func