Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in atl

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

How do I convert an ATL/MFC CString to a QString?

c++ qt mfc atl cstring

Should CString's GetBufferSetLength() have a matching ReleaseBuffer() call?

c++ string mfc atl

How should I create classes in ATL project?

c++ visual-c++ dll com atl

usage differences between _variant_t, COleVariant, CComVariant, and VARIANT and using SAFEARRAY variations

c++ com ado atl variant

Shall we treat BSTR type in COM as value or reference?

c++ com atl cstring bstr

What is Microsoft using as the data type for Unicode Strings?

c++ unicode atl wtl

Marshalling BSTRs from C++ to C# with COM interop

c# c++ com interop atl

DCOM: How to close connection in server on client crash?

c++ atl dcom

How do I add MFC ActiveX control to an existing activex project

CoInitializeEx returning S_OK when called inside a COM object

Cannot find C++ ATL Libraries (atl.lib and atl120.dll) in Visual Studio 2013

Crash in CAtlStringMgr::GetInstance under Windows XP