Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in atl

Copying a bitmap from another HBITMAP

c++ windows bitmap gdi atl

Converting _TCHAR* to char*

c++ string visual-c++ atl tchar

How to generate a 64 bit COM Proxy

c++ com proxy atl atlcom

COM object created by CComObject::CreateInstance not destroyed when pointer goes out of scope

c++ com visual-studio-2013 atl

ComPtr vs CComPtr, As vs QueryInterface

c++ atl wrl

How Can I Add an "ATL Simple Object" to Old ATL DLL Project Upgraded to VS 2010?

Memory leak for CComBSTR

ATL COM class registration .rgs file defaults

'argument' : ambiguous conversions from 'Foo *const ' to 'IUnknown *'

com atl

How to communicate between two COM objects using Running Object Table (ROT)?

visual-c++ com atl moniker

Condition operator "?:" and LPCTSTR in function header

c++ mfc atl

Where can I get the Active Template Library?

atl

Enumerate COM object (IDispatch) methods using ATL?

c++ com atl

How to make an ATL COM class derived from a base class?

Is there a document on .rgs files syntax?

visual-studio com atl rgs

What is the syntax of a comment in a .rgs file

ATL library :warning LNK4254 and LNK4078

c++ windows visual-c++ atl wdk

_bstr_t to UTF-8 possible?

c++ visual-c++ com atl bstr

LoadLibrary project.dll failed. The specified module could not be found

dll atl regsvr32

Exception-safe memory handling with COM

c++ com atl smart-pointers