Content deleted Content added
→Overview: PSS link |
|||
Line 30:
WTL provides support for implementing various user interface elements, from frame and popup windows, to [[Multiple document interface|MDI]], standard and common controls, common dialogs, property sheets and pages, [[Graphics Device Interface|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 <code>CString</code> 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.<ref>[http://www.viksoe.dk/code/wtldoc.htm WTL documentation project]</ref> The WTL is not supported by [[Product Support Services|Microsoft Product Support Services]].
==Licensing==
|