I find myself in need of help. Now, I\'m not all that unfamiliar with C++, but combining it with ATL provides a whole new level of confusion. Anyways, my problem: I (finally) managed to return an arra
I have a multi-threaded C++Builder GUI app, which communicates with a third-party app via COM. I need to call methods of the COM object from several threads, and I\'m protecting access witha mutex. A
I have some class around this code, let call it ToolbarButton TBBUTTON tbbutton; ZeroMemory(&tbbutton, sizeof(tbbutton));
In my implementation of IContextMenu COM server, the QueryContextMenu gets called (can see it with logging) but InvokeCommand doesn\'t. Here is the QueryContextMenu:开发者_开发问答
I made shell extension (implementing IContextMenu, IShellExtInit, IExtractIcon & IPersistFile) using ATL, \"by the book\".
It\'s been years since I have done C++ let alone ATL code I have this method that needs surgical help :(
I want to implement (e.g) the IPersistFile interface via the \"Impleme开发者_如何学运维nt Interface\" Wizard in Visual Studio (2010), but I have to choose from the \"Available type libraries\" the one
I have an ATL service which implements a free threaded COM object. Our testers are running more and more threads against the service but this eventually results in an ugly runtime crash when it starts
I have a simple C++ ATL COM DLL and a 32-bit Visual Studio Setup installer. All is well on 32-bit Windows开发者_JS百科 but there are some issues on 64-bit Windows 7.
I have asked two questions earlier about thisand for each post there was some solutions i tried them,开发者_如何学C but the problem still exist.