Windows Template Library: Difference between revisions

Content deleted Content added
m Update to 10.0.7336 at Dec 12, 2017.
Codename Lisa (talk | contribs)
Cleanup. Removed erroneous parameters from the infobox. For a list of supported parameters please consult Template:Infobox software/doc.
Line 2:
{{Infobox software
| name = Windows Template Library
| logo =
| screenshot =
| caption =
| collapsible =
| author =
| developer = Microsoft
| released =
| latest release version = 10.0.7336
| latest release date = {{Start date and age|2017|12|3}}
| latest maintenance version =
| latest maintenance date =
| latest preview version =
| latest preview date =
| frequently updated =
| programming language = [[C++]]
| operating system = [[Microsoft Windows]]
| platform =
| size =
| language =
| status =
| genre = [[Library (computer science)|Library]]
| license = [[Common Public License]] /, [[Microsoft Public License]]
| website = {{URL|sourceforge.net/projects/wtl/}}
}}
The '''Windows Template Library''' ('''WTL''') is a [[free software]], [[Object-oriented programming|object-oriented]] [[C++]] template [[Library (computer science)|library]] for [[Win32]] development. WTL was created by [[Microsoft]] employee Nenad Stefanovic for internal use and later released as an unsupported add-on to [[Visual Studio]] and the Win32 Framework SDK. It was developed primarily as a light-weight alternative to the [[Microsoft Foundation Classes]] and builds upon Microsoft's [[Active Template Library|ATL]], another lightweight API widely used to create [[Component Object Model|COM]] and [[ActiveX]] libraries.
 
==Overview==