Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
3 user(s) are online (2 user(s) are browsing encyclopedia)

Members: 0
Guests: 3

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Windows Template Library

The Windows Template Library (WTL) is an Object-oriented programming Win32 encapsulation C plus plus Library (computer science) by Microsoft. The WTL supports an Application programming interface for use by programmers. It was developed as a light-weight alternative to Microsoft Foundation Classes. WTL extends Microsoft s Active Template Library, another lightweight API for using Component Object Model 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.5.

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.

=External links=

  • [http://www.microsoft.com/downloads/details.aspxFamilyID=128e26ee-2112-4cf7-b28e-7727d9a1f288&DisplayLang=en Microsoft s download page] for WTL
  • [http://sourceforge.net/projects/wtl/ The SourceForge WTL project]
  • [http://www.gamedev.net/reference/programming/features/wtl1/ Using the Windows Template Library ] article from GameDev.net, excellent introduction to library
  • [http://www.rpi.edu/~pudeyo/articles/wtlstart.html Getting Started with the Windows Template Library ], another introduction
  • [http://www.codeproject.com/wtl/wtl4mfc1.asp WTL for MFC Programmers ] – A series of tutorials aimed at MFC programmers who want to start using WTL.