I have built a custom DirectShow filter that implements CSource such as class Myfilter : public CSource
I have a Windows Service written in .NET C# which calls a COM component. I also have a .NET Windows Forms test app which I was using to test the COM component. It works fine from the t开发者_如何学JAV
I want to create a COM DLL using VSS 2010 and need to register to Registry. My aim is I want u开发者_开发技巧se that created DLL like \"Excel.Application\", \"Word.Application\", \"Wscript.Shell\" kin
I have a media application (written in Delphi 2010 but I am not sure that\'s entirely relevant) and it only allows one instance (via mutex).
Caveat: I\'m not sure if this can be deemed as a proper SO programming question! I ran into severe performance penalties while working with the MS Office Suite due mainly to the millions of COM calls
Does Adobe Flash expose any Automation or hosting interfaces through COM or a DLL in %systemroot%\\system32? I\'m working with Python and wxWidgets to host a flash application to monitor lunar phases.
I\'m creating a set of libraries each of which utilise an interface to provide some functionality.Another object is asked at runtime to load one of these assemblies that provide the implementation.Thi
I have a new C++/ATL DLL (x86 and x64) that I\'d like to include in an installer and was hoping H开发者_StackOverfloweat.exe could save some effort.Heat doesn\'t support x64 self-reg extraction. In ge
How to test if a CComBSTR is an empty string? (with no \'text\' value, can be "" or can be null)
I am a c# developer currently working on some legacy c++ com components. I am trying to add activation context api code to the com components in order to call other com components without registration