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.

warning C4003: not enough actual parameters for macro 'min'

I am working on an ATL COM dll in c++ and when I attempt to make use of a library …

c++ header inline atl
Compile Errors upgrading ATL project from vs2010 to vs2013

When including atlwin.h from the Microsoft ATL libraries in Visual Studio 2013 building may result in numerous complier errors about …

c++ visual-studio-2010 visual-studio-2013 atl