Content deleted Content added
m Move stub notice |
No edit summary |
||
Line 1:
The '''Windows Template Library''' ('''WTL''') is a [[Object-oriented programming|object-oriented]] [[Win32]] encapsulation [[C Plus Plus|C++]] [[Library (computer science)|library]] by [[Microsoft]]. The WTL supports an [[Application programming interface|API]] for use by [[programmer]]s. It was developed as a light-weight alternative to [[Microsoft Foundation Classes]]. WTL extends Microsoft's [[Active Template Library|ATL]], another lightweight API for using [[Component Object Model|COM]] and for creating [[ActiveX]] controls. Though created by Microsoft, it is unsupported.
In an uncharacteristic move by Microsoft—an outspoken critic of [[open source]] software—they made the [[source code]] of WTL freely available. Releasing it under the open-source [[Common Public License]], Microsoft posted the source on [[SourceForge]], an [[
Being an unsupported library, WTL has little formal documentation. However, most of the API is a direct mirror of the standard Win32 calls, so the interface is familiar to most Windows programmers.
|