atl
Why ATL calls subclassing "superclassing"
Getting interested in learning ATL, I started reading this tutorial and I got confused at reading this (also related):[详细]
2023-03-30 02:15 分类:问答handle of DISPID_ONVISIBLE
I try to hide IWebBrowser2 which I put to DISPID_NEWWINDOW2. 开发者_StackOverflow社区But have no lucky :-([详细]
2023-03-28 21:41 分类:问答Detecting memory leaks on Ref-counted COM objects (Addref without Release)
I\'m writing a Direct3D 10 application and want to make sure I don\'t have COM objects leaking. Yes, I am wrapping the interfaces with CComPtr, but I\'d like a leak check anyway for the same reason I[详细]
2023-03-28 09:46 分类:问答atlbase.h not found (VS2008)
Basically, I\'m trying to compile CEF on VS2008 EE. The IDE complains that it cannot find atlbase.h. During some research, I\'ve found this reference.[详细]
2023-03-27 11:50 分类:问答Compile ATL project with only Windows SDK 7.1
I have a project which needs to be compiled. It is compiled on our build server which I have only installed Windows SDK 7.1 on. I would like to not have to install an actual Visual Studio on this mach[详细]
2023-03-26 08:59 分类:问答What is the use of CComPtr over CComQIPtr in COM?
Can any one explain, What is the use of CComPtr over CComQIPtr in COM? CCo开发者_JAVA百科mPtr<ISampleInterface> Sample1;[详细]
2023-03-23 12:02 分类:问答IntelliSense shows different sets of functions for CComPtr<T> depending on whether I use dot or arrow operator [closed]
Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_C百科[详细]
2023-03-22 10:57 分类:问答Failed CoCreateInstance
I have a function where I am calling 开发者_如何学GoCoCreateInstance. This function is called multiple times and it works, however one time the CoCreateInstance fails with the \"Bad variable type\" er[详细]
2023-03-20 12:28 分类:问答ATL regex to parse csv files
Can some tell me what is wrong with the below code, I am trying to parse CSV files using the below program but it returns zero in m_uNumGroups field.[详细]
2023-03-20 00:57 分类:问答Why doesn't IE listen to ActiveX events?
I put ActiveX control onto HTML page with longrun method that should fire events to be processed by IE.[详细]
2023-03-19 20:53 分类:问答