Archive
Archive for February, 2021
HIDWrappers v1.07 & CTemperDevice v1.07
February 21, 2021
Comments off
Just to let everyone know that v1.07 of HIDWrappers & CTemperDevice has been released. Updates for this version include:
- Updated copyright details.
- Reworked CDevice::EnumerateDevices to use std::vector<BYTE> for its internal temporary buffer.
- Reworked CDevice::EnumerateDevices to use unary predicates and lambdas.
- Provided new public CDevice::GetVendorID and GetProductID methods.
Categories: Web Site Updates
DtWinVer v2.47
February 18, 2021
Comments off
Just to let everyone know that v2.47 of DtWinVer has been released. Updates for this version include:
- Provided a new IsWindows10Version21H1 method.
- Updated copyright details.
Categories: Web Site Updates
CEnumerateSerial v1.41
February 6, 2021
Comments off
Just to let everyone know that v1.41 of CEnumerateSerial has been released. Updates for this version include:
- Fixed a bug in CEnumerateSerial::QueryDeviceDescription where it would leave a trailing null in the sFriendlyName output parameter. Thanks to "Thorsten" for reporting this bug.
- Updated copyright details.
- Updated the code to use std::vector::data method throughout. This means that the code must now be compiled using /std:c++17.
Categories: Web Site Updates
AA+ v2.24
February 5, 2021
Comments off
Just to let everyone know that v2.24 of AA+ has been released. Updates for this version include:
- Updated the observed DeltaT values from https://datacenter.iers.org/eop.php to 1st February 2021.
Categories: Web Site Updates