Skip to content

NuGet package version 4.2.3

Compare
Choose a tag to compare
@vividos vividos released this 24 Nov 17:40
· 49 commits to main since this release

Description

UlibCpp is a collection of useful C++ classes that help writing Win32 console, ATL and WTL applications faster. This is the static library package. Supported platforms are Win32 and x64. The package was built with Visual Studio 2019 Version 16.8.2. Use this package together with Boost 1.72.0 and WTL 10. The library is licensed under the BSD 2-clause license.

Release Notes

This version fixes error C1047 and LNK1257 that appears when trying to link to
a project that is compiled with 16.8.0 or later. Also suppresses more warnings
when including WTL headers.

No new classes or functions.