Archive
Archive for August, 2022
MfcCDDB v1.46
August 14, 2022
Leave a comment
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
Leave a comment
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