wtl 10.0.9163

There is a newer version of this package available.
See the version list below for details.
dotnet add package wtl --version 10.0.9163
                    
NuGet\Install-Package wtl -Version 10.0.9163
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="wtl" Version="10.0.9163" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="wtl" Version="10.0.9163" />
                    
Directory.Packages.props
<PackageReference Include="wtl" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add wtl --version 10.0.9163
                    
#r "nuget: wtl, 10.0.9163"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package wtl@10.0.9163
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=wtl&version=10.0.9163
                    
Install as a Cake Addin
#tool nuget:?package=wtl&version=10.0.9163
                    
Install as a Cake Tool

WTL10 build 9163 Dev (2019-06-12)

Changes since build 8356: * Fix to allow use of WIN32_LEAN_AND_MEAN (not useful, but avoids problems) This also fixes following issues: patch #62 Improve compliance when building with /permissive- and /Zc:twoPhase bug #312 missing includes in atlprint.h * Fix for signed/unsigned mismatch in CDC::ExtTextOut(), part of work for patch #62 * Changes for patch #61 'ProcessWindowMessage' overrides a member function but is not marked 'override' * Fix for patch #60 Remove extra semicolons: extra ';' outside of a function is incompatible with C++98 * Added CListViewCtrl::SelectAllItems() * Added CEdit methods for new Edit messages added in Windows 10.0.17763 * More fixes for C++ standard conformance (/permissive-): * fixed CHAIN_CLIENT_COMMANDS() and CHAIN_MDI_CHILD_COMMANDS() macros * Fix for bug #282 'WTL::CMessageLoop': class has virtual functions, but destructor is not virtual + more: CShellFileOpenDialogImpl, CShellFileOpenDialog, CShellFileSaveDialogImpl, CShellFileSaveDialog in atldlgs.h, and CtrlImpl, CRibbonImpl in atlribbon.h * AppWizard - Setup.js: Fix for bug #309 Bat file, sleep * AppWizard - Setup.js - Fix for VS2019 Community setup which does not create vcprojects folder * atlctrlx.h - Added CString variant of CMultiPaneStatusBarCtrlImpl::GetPaneText() * Added a call to SetSelectionMark() in CListViewCtrl::SelectItem() to have a proper selection item after selecting one for multi-selection * AppWizard: Improved Setup.js to properly handle multiple installations of VS2017 and added support for VS2019 * CSplitterWindow: Improved SPLIT_FLATBAR by adding leading white line * CSplitterWindowImpl: Added new 'flat' splitter bar drawing style * Removed support for _ATL_NO_MSIMG - not needed any more * atlframe.h: Added DECLARE_FRAME_WND_CLASS2(), DECLARE_FRAME_WND_CLASS_EX2(), and DECLARE_FRAME_WND_SUPERCLASS2() for templated classes, and used DECLARE_FRAME_WND_CLASS2() for CFrameWindowImplBase * atlsplit.h: Used DECLARE_WND_CLASS_EX2() for CSplitterWindowT * atlribbon.h: Aligned data declaration and initialization

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on wtl:

Package Downloads
WTLPropertyGrid

WTLPropertyGrid is a ProperyGrid build on top of WTL see https://www.viksoe.dk/code/propertygrid.htm for original code see https://github.com/janwilmans/wtl-and-friends for the updated code, also report issues here.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.1.0 100 3/9/2026
10.0.10320 52,503 11/19/2020
10.0.10077 41,171 5/23/2020
10.0.9163 8,813 6/13/2019
10.0.8356 1,299 6/4/2019
10.0.8280 4,991 10/14/2018
9.1.1 18,164 2/17/2017
9.1.0 12,072 11/20/2015
9.0.4140 5,827 6/20/2014

This release is based on WTL 10.0.9163 (Sourceforge). See https://sourceforge.net/projects/wtl/files/WTL%2010/WTL%2010.0.9163/ for a list of changes.