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. 続きを読む
This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.A list of licenses authors might use ca... 続きを読む
ATL/WTLプログラミングの基礎として、単純なウィンドウやダイアログを作成します。また、一般的なWindowsアプリケーションの形式であるフレームウィンドウを作成します。最後に ATL/WTL Application Wizard の使用方法を示します。 続きを読む
はじめに Windowsアプリケーションを作成するためのC++クラスライブラリといえば、Microsoftが提供するMFCが有名ですが、同じくMicrosoftが提供するライブラリATLを利用することでもWindowsアプリケーションを作成することができます。 本稿では、ATLおよびAT... 続きを読む