Archive

Archive for August, 2022

AA+ v2.45

August 28, 2022 Comments off

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

COSMCtrl v1.37

August 26, 2022 Comments off

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

CEFWrappers v1.03

August 20, 2022 Comments off

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

WinHTTPWrappers v1.34

August 17, 2022 Comments off

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

MfcCDDB v1.47

August 17, 2022 Comments off

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

MfcCDDB v1.46

August 14, 2022 Comments off

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

CScintillaCtrl, CScintillaView & CScintillaDoc v1.72

August 10, 2022 Comments off

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

PyDebug++ v1.20

August 5, 2022 Comments off

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

FOStation v1.12

August 5, 2022 Comments off

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

FOStation v1.11

August 1, 2022 Comments off

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