wtl 10.0.9163
See the version list below for details.
dotnet add package wtl --version 10.0.9163
NuGet\Install-Package wtl -Version 10.0.9163
<PackageReference Include="wtl" Version="10.0.9163" />
paket add wtl --version 10.0.9163
#r "nuget: wtl, 10.0.9163"
// Install wtl as a Cake Addin #addin nuget:?package=wtl&version=10.0.9163 // Install wtl as a Cake Tool #tool nuget:?package=wtl&version=10.0.9163
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 | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
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.0.10320 | 31,871 | 11/19/2020 |
10.0.10077 | 30,088 | 5/23/2020 |
10.0.9163 | 7,897 | 6/13/2019 |
10.0.8356 | 942 | 6/4/2019 |
10.0.8280 | 4,562 | 10/14/2018 |
9.1.1 | 17,075 | 2/17/2017 |
9.1.0 | 11,222 | 11/20/2015 |
9.0.4140 | 4,675 | 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.