Archive
AA+ v2.45
Just to let everyone know that v2.45 of AA+ has been released. Updates for this version include:
- Fixed an issue in CAAElliptical::MinorPlanetMagnitude where brackets were missing. Thanks to “Pavel” for reporting this issue.
- Updated the g_DeltaTValues lookup table to use observed DeltaT values to 25 August 2022 and predicted values to 2 Setember 2023 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all.
COSMCtrl v1.37
Just to let everyone know that v1.37 of COSMCtrl has been released. Updates for this version include:
- Updated copyright details.
- Updated the code to use C++ uniform initialization for all variable declarations.
CEFWrappers v1.03
Just to let everyone know that v1.03 of CEFWrappers has been released. Updates for this version include:
- Updated copyright details.
- Updated the code to use C++ uniform initialization for all variable declarations.
- Added SAL annotations throughout the codebase.
- Updated the compiler and linker settings of the demo app to more modern defaults.
- Updated the demo application to compile, link and release against the latest version of CEF which is v104.4.24 as of August 2022.
WinHTTPWrappers v1.34
Just to let everyone know that v1.34 of WinHTTPWrappers has been released. Updates for this version include:
- Reset more member variables in CAsyncDownloader::ReleaseResources.
- CAsyncDownloader::m_dwLastStatusCode is now implemented as a std::optional.
- CAsyncDownloader::m_nContentLength is now implemented as a std::optional.
- Made all CAsyncDownloader member variables public to allow easier customisation of the class
- Implemented a version of CAsyncDownloader::SendRequest which allows the headers to be provided as a parameter.
- Implemented a version of CSyncDownloader ::SendRequestSync which allows the headers to be provided as a parameter.
- Reworked CAsyncDownloader::On407Response, CAsyncDownloader::On401Response and CAsyncDownloader::OnRequestErrorCallback to use correct value for dwTotalLength when calling WinHttpSendRequest.
- Reworked CSyncDownloader::SendRequestSync to call OnCheckStatusCode method.
MfcCDDB v1.47
Just to let everyone know that v1.47 of MfcCDDB has been released. Updates for this version include:
- Reworked to use latest version of WinHTTPWrappers classes.
MfcCDDB v1.46
Just to let everyone know that v1.46 of MfcCDDB has been released. Updates for this version include:
- Reworked network code to use author’s WinHTTPWrappers classes instead of raw sockets to connect via HTTP to the CDDB servers.
CScintillaCtrl, CScintillaView & CScintillaDoc v1.72
Just to let everyone know that v1.72 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- Updated all line parameters to use intptr_t instead of int. Thanks to Markus Nissl for reporting this issue.
PyDebug++ v1.20
Just to let everyone know that v1.20 of PyDebug++ has been released. Updates for this version include:
- Sample app now ships with Python v3.10.5 binaries
- Updated copyright details
- Updated all the code in to use C++ uniform initialization for all variable declarations.
FOStation v1.12
Just to let everyone know that v1.12 of FOStation has been released. Updates for this version include:
- Updated the logic in CMyService::CalculateRainfallValue to better handle overflow of the rainfall counter.
FOStation v1.11
Just to let everyone know that v1.11 of FOStation has been released. Updates for this version include:
- Added logging code to indicate when the total rain value was incremented due to overflow
- Added logging code to report the raw received record.
- Added code to ignore total rain values when the reported value changes by too much.
- The MET WOW “siteAuthenticationKey” parameter is now hidden in disk logging.
- The Weather Underground “PASSWORD” parameter is now hidden in disk logging.
- Updated the code to use C++ uniform initialization for all variable declarations.
- Added code to support using an Arduino Mega 2560 microcontroller (http://www.naughter.com/download/FineOffsetRFWeather.ino) sketch to capture decoded weather station data instead of connecting via USB to the indoor head unit.