Content deleted Content added
Frecklefoot (talk | contribs) +more info |
m C++ |
||
Line 1:
The '''Windows Template Library''' ('''WTL''') is a [[Object-oriented programming|object-oriented]] [[Win32]] encapsulation [[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 [[Internet]] open-source repository. The SourceForge version is 7.1.
|