Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 701 Bytes

scope-of-atl.md

File metadata and controls

17 lines (13 loc) · 701 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Scope of ATL
Scope of ATL
11/04/2016
ATL, scope
381adf50-3cb0-4d0f-a79a-07da093bc280

Scope of ATL

ATL allows you to easily create COM objects, Automation servers, and ActiveX controls. ATL provides built-in support for many of the fundamental COM interfaces.

ATL is shipped as source code which you include in your application. ATL also makes a DLL available (atl90.dll), which contains code that can be shared across components. However, this DLL is not necessary.

See also

Introduction to ATL
ATL Project Wizard