Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in atl

Creating a function for displaying status updates with printf style string formatting on an MFC control

c++ winapi mfc dialog atl

When will _ATL_ALLOW_UNSIGNED_CHAR work?

Implementing scroll in custom drawn control in WTL

winapi visual-c++ atl wtl

ATL COM DLL REGISTER ERROR 0x80070716

Problem catching OnClick event using HTMLDocumentEvents2 in a BHO

c++ dom com atl bho

False positive Error 503 for call to template function

c++ templates com atl lint

Advice when using COM Object/CComPtr and the STL

c++ visual-c++ com stl atl

How can I use COM ATL project in Linux?

c++ linux com cross-platform atl

Why does the compiler use a temporary variable?

How to convert ATL::CImage to cv::Mat?

c++ opencv mfc atl

Detecting memory leaks on Ref-counted COM objects (Addref without Release)

Does placement new call the constructor if the passed pointer is null?

How do ATL/WTL alternative message maps (ALT_MSG_MAPs) work? When do I use them?

How to convert ANSI byte to Unicode string?

c++ visual-c++ mfc atl

What's the purpose of Lock()/Unlock() calls when firing COM events?

c++ events visual-c++ com atl

What requirements are necessary and sufficient for an ActiveX control to be used directly on an Excel worksheet?

c++ excel com activex atl

Compile ATL project with only Windows SDK 7.1

c++ build atl winapi

Getting "Cannot open include file: 'atlbase.h': No such file or directory" error

Warning C4251 when building a DLL that exports a class containing an ATL::CString member

c++ dll atl dllexport