Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in atl

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

Difference between unsigned char and char pointers

c++ char byte atl unsigned-char

What is the best way to create a COM component today?

c# c++ visual-c++ com atl

Generic function to convert variant SAFEARRAY to STL containers

c++ containers atl variant

Unresolved external symbol _IID / _CLSID

c++ atl

Does ATL/WTL still require the use of a global _Module variable?

c++ atl wtl

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