The other day, I decided that I needed to know about test driven development for C++ on the Windows platform (using Visual Studio 2010 Premium).
Recently, I am facing an issue I thought it would be easy to implement. I have a COM object already installed on my Windows 7 machine.
After adding a reference to iTunes1.13typelibrary, and adding theusing ituneslib; In the program, I created the itunesApp class, but in th开发者_如何转开发e iTunesLib namespace, there are no options f
During development of my WPF application I suddenly got the seemingly much-dreaded RaceOnRCWCleanup when closing the application while debugging. When executing without debugger attached everything wa
I am trying to write a replacement for a VB6 dll that is referenced by another VB6 in c#.net. For now we can only work on the later and I am having some success with this. Except I have run into a pr
I am updating an MFC application that contains a custom ActiveX control. As a part of the update I have had cause to add new methods to the ActiveX control and so it now has a different interface to t
I\'ve read about various COM design patterns detailed in COM Programmer\'s Cookbook as well some of related SO threads, notably the thread discussing composition vs. multiple inheritance. Possibly bec
I try to istanciate a Com dll(developped in VB6) from a \".Net Framework 3.5 Dll Library Project\" and I get the following error:
I\'m looking at MSDN documentation that says I can CoCreateInstance a SENS object using its CLSID.However, it is not clear if __uuidof(SENS) means anything - since it is just a forward declaration in
I have an issue with an installation.The installation runs a command line option to regasm.exe a .net com dll with the /codebase option.