Top "Wtl" questions

The Windows Template Library (WTL) is an open source, object-oriented C++ template library for Win32 development.

How to add WTL and ATL to visual studio c++ express 2008

I start using the visual studio c++ express 2008 at home but there is no ATL in it. How can I …

c++ visual-studio atl wtl
Errors in Windows - DWORD (GetLastError) vs HRESULT vs LSTATUS

I'm doing some programming in Win32 + WTL, and I'm confused with the available types of errors. In general, I want …

winapi error-handling wtl
What is the difference between ATL and WTL?

I know "WTL builds on ATL", but what does that mean in practical terms? Is ATL a subset of WTL …

c++ windows atl wtl
flicker free tab control with WS_EX_COMPOSITED

I have a VS2008 C++ application for Windows XP SP3 developed using WTL 8.1. My application contains a tab control that …

c++ windows flicker wtl
Is WTL (Windows Template Library) still maintained and should I use it to create new Windows programs in C++?

I'm interested if I still should use WTL to write Windows applications? I really like how it's written but does …

windows wtl