Archive

Archive for November, 2018

DtWinVer v2.26

November 29, 2018 Comments off

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.
Categories: Web Site Updates

ODBCWrappers v1.10

November 28, 2018 Comments off

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
Advertisement
Categories: Web Site Updates

EventLogWrappers v1.01

November 25, 2018 Comments off

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.
Categories: Web Site Updates

WinHTTPWrappers v1.17

November 24, 2018 Comments off

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
Categories: Web Site Updates

CNominatim v1.06

November 22, 2018 Comments off

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
Categories: Web Site Updates

PyDebug++ v1.10

November 18, 2018 Comments off

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
Categories: Web Site Updates

BITSWrappers v1.08

November 18, 2018 Comments off

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
Categories: Web Site Updates

DtWinVer v2.25

November 14, 2018 Comments off

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
Categories: Web Site Updates

DTime+ v3.23

November 13, 2018 Comments off

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
Categories: Web Site Updates

CPJNPOP3Connection v1.60

November 4, 2018 Comments off

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.
Categories: Web Site Updates