Windows Template Library
Appearance
Windows Template Library (WTL) | |
---|---|
Developer(s) | Microsoft |
Stable release | 10.0.10320
/ November 16, 2020 |
Microsoft Public License | |
Website | wtl![]() |
Windows Template Library (WTL) is a
Microsoft Foundation Classes and builds upon Microsoft's ATL, another lightweight API widely used to create COM and ActiveX
libraries.
Overview
WTL provides support for implementing various user interface elements, from frame and popup windows, to
MDI, standard and common controls, common dialogs, property sheets and pages, GDI objects, and other common UI elements, such as scrollable windows, splitter windows, toolbars and command bars. WTL's main objective is to deliver small and efficient code, close in size and speed to "straight" SDK
programs while providing a higher-level and more flexible object model to developers. Other classes such as a string wrapper that is syntax-compatible with MFC's CString
and some templated collections are also included.
Most of the WTL API is a mirror of the standard Win32 calls, so the interface tends to be familiar to most Windows programmers. Although no official documentation from Microsoft exists, the WTL Documentation Project is attempting to create a comprehensive reference for the library.[1] The WTL is not supported by Microsoft Product Support Services.
Licensing
While WTL is a template library and therefore code-based, the original license was similar to the one used for the
Microsoft Public License.[2]
See also
- Active Template Library
- Microsoft Foundation Class Library
- Visual Component Library
- Object Windows Library
- Windows Runtime Library
References
This article needs additional citations for verification. (September 2009) |
External links
- Windows Template Library on SourceForge
- Microsoft's download page for WTL 7.5
- Microsoft's download page for WTL 8.0
- WTL 8.1 (2011-11-21)
- WTL Documentation - An Effort to Create Documentation for the WTL Programming Library.
- "Using the Windows Template Library Part 1" Archived May 14, 2013, at the Wayback Machine
- "Using the Windows Template Library Part 2"
- "WTL for MFC Programmers" – A series of tutorials aimed at MFC programmers who want to start using WTL.
- The WTL Wiki - A wiki dedicated to the Windows Template Library (WTL)