Top "Atl" questions

The Active Template Library (ATL) is a library of C++ class templates provided by Microsoft that simplify the programming of Component Object Model (COM) objects.

Right single apostrophe vs. apostrophe?

Right single quotation mark (U+2019) vs. Apostrophe (U+0027) What is the difference between these two characters? I ran into this …

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

I am swapping machines (between two Windows 8.1 laptops) and have just loaded the project I'm working on from TFS. On …

c++ visual-studio-2013 atl include-path
How to register a 64-bit COM dll on 64-bit Windows 7?

I'm trying to register an x64 COM server dll for use in x64 office on x64 windows 7. I have followed …

visual-c++ com atl windows-7-x64 regsvr32
What is stdole2.tlb

stdole32.tlb contains all base type definitions, and every lib must import it, if we use MIDL. But when I …

com atl midl
How to best convert CString to BSTR to pass it as an "in" parameter into a COM method?

I need to convert a CString instance into a properly allocated BSTR and pass that BSTR into a COM method. …

windows visual-c++ com atl bstr
how does the .RGS file works

In the .rgs file, there are some registry info, and I want to know how does the info in .rgs …

com registry atl rgs
ATL Based Linker Errors

I got a linking problem with atls.lib lately. I updated my linker's additional dependencies lines with: comctl32.lib C:\…

linker atl visual-c++-2008
Enumerate COM object (IDispatch) methods using ATL?

Using ATL (VS2008) how can I enumerate the available methods available on a given IDispatch interface (IDispatch*)? I need to …

c++ com atl
What is the use of CComPtr over CComQIPtr in COM?

Can any one explain, What is the use of CComPtr over CComQIPtr in COM? CComPtr<ISampleInterface> Sample1; CComQIPtr&…

visual-c++ com atl smart-pointers
Where can I get the Active Template Library?

I've never worked with COM before, and I've been tasked with writing an application that uses some third party COM …

atl