How to make sure all instances o开发者_JAVA百科f my COM object are created in the same app domain? (I have server and client in the same process)
I am going to develop an ATL COM for my device. We are using Win CE 6.0. My doubts are What threading models are supported by COM dll in WInCE?
I\'m currently working on an upgrade to a project that extensively uses COM / MFC / (who knows how many other technologies).As part of the upgrade, we\'re trying to move as much functionality as we ca
I am creating a BHO using helloworld sample. Building Browser Helper Objects with Visual Studio 2005 the BHO is not getting loaded, and i am not able to hit the breakpoints in SetSite function.
I need to retrieve the body of outlooks\' msg files stored on a local disk and extract some information from each one, their format is always the same only the data changes, please advise.
I have .Net application which communicates with some COM object, and I got the following exception in the COM:
I am currently trying to use pHash.dll on http://phash.org Unfortunately it was written in C++, I\'d have to use DLLImport
I am consuming an activex/com object (generated by Unify Vision application) in one of my asp.net application. I am getting the following error.
In a small test project I have this code: HRESULT hr = CoCreateInstance(CLSID_DOMDocument, NULL, CLSCTX_ALL, __uuidof( IXMLDOMDocument ), ( void ** ) & m_pDoc);
Since I need to format \"pretty\" XML using MSXML, I am using the trick referenced here to add indentation to my code. Since all I want is to save a file, I open an IStream using SHCreateStreamOnFile(