I have two type libraries with COM interfaces that I wrote using ATL and Microsoft\'s IDL. I would like an interface in one library to inherit from an interface in the other.
I have written a browser helper object to get the text between the tags and use it for data mining purpose. I tried using it on igoogle (basically to test its capability on gadgets) and it failed in s
i know that ATL and MFC are now part of Windows Dr开发者_如何学Civer Kit my question is how can i (if it possible .. ) to build project or import ATL project
I have a member variable declared as CComPtr&开发者_JS百科lt;IXMLDOMDocument2> m_spXMLDoc; XML document is created like this
I have an assignment were in I have to print the last active date of the process usin开发者_StackOverflowg a COM In Proc Server in C++. I tried doing that with getProcessTimes() function, but that giv
I\'m creating a COM type library with over one hundred interfaces. Defining all of the interfaces and coclasses in a single library is unreasonable... the IDL file becomes thousands of lines long! So
I have a COM project that contains a number of IDL files, some of which are imported into other ones. How does开发者_Go百科 Visual Studio decide which ones to compile (using MIDL) first?
ATL::CComVariant has a handful of assignment operators. What I see in the implementation is that in assignment operators accepting LPCOLESTR, IUnknown* or IDispatch* the first action is to call Clear(
开发者_高级运维Is this a valid null check on a DOUBLE pointer parameter passed in a function if (!pdblValue) return E_POINTER;
I have this code that uses the USE_CONVERSION macro in a C++ project... I was wondering if this is written well, (not written by me), and if there\'s any better ways to do it, without the USES_CONVERS