Archive
DtWinVer v2.26
Just to let everyone know that v2.26 of DtWinVer has been released. Updates for this version include:
- Added a new IsWindowsServerCodename19H1 method.
- Added support for PRODUCT_LITE.
ODBCWrappers v1.10
Just to let everyone know that v1.10 of ODBCWrappers has been released. Updates for this version include:
- Updated copyright details
- Fixed a number of C++ core guidelines compiler warnings. These changes mean that the code will now only compile on VC 2017 or later.
- Removed code which supported CODBCWRAPPERS_MFC_EXTENSIONS define
EventLogWrappers v1.01
Just to let everyone know that v1.01 of EventLogWrappers has been released. Updates for this version include:
- Updated copyright details
- Fixed a number of C++ core guidelines compiler warnings. These changes mean that the code will now only compile on VC 2017 or later.
WinHTTPWrappers v1.17
Just to let everyone know that v1.17 of WinHTTPWrappers has been released. Updates for this version include:
- Fixed some further compiler warnings when using VS 2017 15.9.2
CNominatim v1.06
Just to let everyone know that v1.06 of CNominatim has been released. Updates for this version include:
- Updated copyright details
- Fixed a number of C++ core guidelines compiler warnings. These changes mean that the code will now only compile on VC 2017 or later.
- Replaced enum throughout the codebase with enum class
- Removed code path which supported CNOMINATIM_MFC_EXTENSIONS define
- Removed code path which supported WINHTTPWRAPPERS_MFC_EXTENSIONS define
- Reworked code to use ATL::CComPtr instead of #import
- Removed code path which supported CNOMINATIM_NOWINHTTP
PyDebug++ v1.10
Just to let everyone know that v1.10 of PyDebug++ has been released. Updates for this version include:
- Updated copyright details.
- Fixed a number of C++ core guidelines compiler warnings. These changes mean that the code will now only compile on VC 2017 or later.
- Replaced enum throughout the codebase with enum class
BITSWrappers v1.08
Just to let everyone know that v1.08 of BITSWrappers has been released. Updates for this version include:
- Implemented support for IBackgroundCopyJobHttpOptions2 via new CJobOptions2 class
- Implemented support for IBackgroundCopyServerCertificateValidationCallback via new CServerCertificateValidationCallback class.
- Renamed CJobHttpOptions class to CJobOptions
- Implemented support for IBackgroundCopyJobHttpOptions3 via new CJobOptions3 class
DtWinVer v2.25
Just to let everyone know that v2.25 of DtWinVer has been released. Updates for this version include:
- Added support for PRODUCT_IOTEDGEOS & PRODUCT_IOTENTERPRISE
DTime+ v3.23
Just to let everyone know that v3.23 of DTime+ has been released. Updates for this version include:
- Fixed a number of C++ core guidelines compiler warnings. These changes mean that the code will now only compile on VC 2017 or later on Windows.
- Replaced enum with enum class throughout the codebase.
- The code now allows construction of a CLTimeOfDay and CLLTimeOfDay which represents a time of day of 23:59:60 which occurs when a UTC leap second occurs. Please note that if your OS exposes the concept of a leap second, then DTime+ will be able to accept this value, but roundtripping back to hours, minutes and seconds will give back midnight for the next day. Also note that timespan calculations will ignore leap seconds. If you would like to accurately calculate timespans taking into account leap seconds, then please see the author’s AA+ framework at http://www.naughter.com/aa.html
CPJNPOP3Connection v1.60
Just to let everyone know that v1.60 of CPJNPOP3Connection has been released. Updates for this version include:
- Fixed some further C++ core guidelines compiler warnings.
You must be logged in to post a comment.