The Windows Template Library (WTL) is an open source, object-oriented C++ template library for Win32 development.
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 wtlI'm doing some programming in Win32 + WTL, and I'm confused with the available types of errors. In general, I want …
winapi error-handling wtlI'm interested if I still should use WTL to write Windows applications? I really like how it's written but does …
windows wtl