CNUB logo Huntington Xavier University
Family Dollar
McDonald's
UDF Dairy Farmers Kroger groceries American Telegraph and Telephone WEBN home page

Page History: Windows Template Library (WTL)

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: 2009/01/23 14:56


Windows Template Library (WTL) is a C++ library for developing Windows applications and UI components. It extends ATL (Active Template Library) and provides a set of classes for controls, dialogs, frame windows, GDI objects, and more.

Unfortunately, this wonderful extension to ATL is not officially supported by Microsoft and there's a number of broken links on many of the pages I have found while looking for more information. This page is a collection of links to WTL resources that were *not* broken last time I checked.

https://sourceforge.net/projects/wtlSourceForge home of the WTL
http://en.wikipedia.org/wiki/WTLWikipedia on the WTL
http://www.codeproject.com/KB/wtlThe Code Project hosts quite a few goodies using the WTL.
My particular favorite is the Tabbing Framework (http://www.codeproject.com/KB/tabs) by Daniel Bowen.
http://www.viksoe.dk/wtldocWTL Documentation Project
http://www.viksoe.dk/code/all_wtl.htmGreat collection of WTL controls and projects by Bjarke Viksoe
http://www.pallium.com/wtl31quickref.php"Note that though this reference was built from WTL 3.1, it is 99% applicable to WTL 7.0 as well."
http://www.endurasoft.com/vcd/mfcwtl.htmA Quick MFC and WTL Comparison
http://tech.groups.yahoo.com/group/wtl/"WTL support list" forum
http://www.gamedev.net/reference/programming/features/wtl1"Using the Windows Template Library". Make sure to view all 4 pages by following the links at the bottom of the pages.
http://msdn.microsoft.com/en-us/library/t9adwcde.aspxATL Reference