I tried to converted a vc7.1 project to vs2010 which I got from codeproject.(And here\'s the link h tt p://www.codeproject.com/KB/cpp/transactions.aspx?fid=11253&df=90&mpp=50&noise=3&s
I have a ATLCOM Shell Extension which adds Right Click Extension to Windows Explorer. How Can I pass a me开发者_如何学Gossage from my DLL to another MFC application.
Compiling with Visual Studio 2005, on Windows XP.I add the following headers to my \"stdafx.h\" file like so:
I would like to know if including atlbase.h in my c++ project will make the compiled application to have a dll de开发者_StackOverflow社区pendency or something like that.It depends. The Project Configu
In the .rgs file, there are some registry info, and I want to know how does the info in .rgs file added into regetry?
I\'m working my way through learning writing a COM control.I\'ve got an example project, and it uses the lines
HRESULT EnumerateVideoInputFilters(void** gottaFilter) { // Once again, code stolen from the DX9 SDK. // Create the System Device Enumerator.
Are CoInitialize(NULL) and CoUninitialize() automatically 开发者_Go百科called by ATL? Or I still have to call CoInitialize(NULL) and CoUninitialize() at the beginning and end of my COM application re
Can you provide an example that through comparation shows the be开发者_如何转开发nifit of ATL?It sounds like you want some concrete examples of where ATL simplifies COM programming; the following are
I created a ATL/COM project, and implement the IShellExtInit interface. In the Initialize me开发者_运维知识库thod, I use the DrapDropFile function to get the file names of the files whose selected in