Windows Template Library
外观
模板参数错误!(代码36)
|
Windows Template Library (WTL) 是一個 物件導向 C++ template |library for Win32 研發。 WTL 由Microsoft的員工 Nenad Stefanovic 所建造,用於內部使用,以及以後發行不支援的 add-on 給 Visual Studio and the Win32 Framework SDK。它被開發作為一個輕量化的選擇,對於 Microsoft Foundation Classes 與 builds upon Microsoft's ATL, another 輕量級 API 廣泛被應用於創造 COM 與 ActiveX libraries.
外部連結
- The SourceForge WTL project
- Microsoft's download page for WTL 7.5
- Microsoft's download page for WTL 8.0
- WTL Documentation - An Effort to Create Documentation for the WTL Programming Library.
- "Using the Windows Template Library Part 1"
- "Using the Windows Template Library Part 2"
- "WTL for MFC Programmers" – A series of tutorials aimed at MFC programmers who want to start using WTL.
- The WTL Wiki - A wiki dedicated to the Windows Template Library (WTL)
- WTL for codeproject
- WTL for Yahoo tech.groups
- A Quick MFC and WTL Comparison