Archive

Archive for January, 2021

SQLiteWrappers v1.26

January 30, 2021 Comments off

Just to let everyone know that v1.26 of SQLiteWrappers has been released. Updates for this version include:

  • Updated copyright details.
  • Verified the code works against SQLite v3.34.1
Categories: Web Site Updates

HTTPServerWrappers and CPPCThreadPool v1.05

January 22, 2021 Comments off

Just to let everyone know that v1.05 of HTTPServerWrappers and CPPCThreadPool has been released. Updates for this version include:

  • Updated copyright details.
  • Reimplemented HandleFileRequest method in the sample app with a new CServer::SendFileResponse method which provides new resuable functionality to return the full contents of a specific file in a HTTP response.
Categories: Web Site Updates

CHTTPDownloadDlg, CHTTPDownloader, CHTTPDownloadDlg2 & CHTTPDownloader2 v1.41

January 16, 2021 Comments off

Just to let everyone know that v1.41 of CHTTPDownloadDlg, CHTTPDownloader, CHTTPDownloadDlg2 & CHTTPDownloader2 has been released. Updates for this version include:

  • Updated copyright details.
  • Updated the code to use std::atomic for thread synchronisation.
  • Replaced ATL::CHeapPtr with std::vector.
  • General cleanup / review of the code.
Categories: Web Site Updates

FOStation v1.07

January 14, 2021 Comments off

Just to let everyone know that v1.07 of FOStation has been released. Updates for this version include:

  • Addition of a new ResetUsingYKUSHXS service configuration value. This is a REG_DWORD value and setting this value to 1, the service will use the author’s CYKUSHXSDevice code to power off and power back on the weather station using the YEPKIT YKUSH XS Switchable USB Hub when the code detects the USB lockup bug on the weather station. Please note that to use this feature, you must have a YEPKIT YKUSH switchable USB hub connected to the computer on which FOStation is installed, the weather station should be connected to the YKUSH USB hub and there should not be any batteries installed in the weather station console. Using this device and the author’s code, the FOStation service can now automatically handle the infamous USB lockup bug associated with Fine Offset Compatible Weather Stations.
Categories: Web Site Updates

AA+ v2.23

January 10, 2021 Comments off

Just to let everyone know that v2.23 of AA+ has been released. Updates for this version include:

  • Reworked the K, H, Q and P methods in the AAVSOP87_"Planetname".cpp modules to pass false for bAngle to CVSOP87::Calculate. These values are not angular values in the true sense of the word and by passing false, the values returned are now in exact agreement with the vsop87.chk test values. Thanks to Cao Yu for reporting this issue.
Categories: Web Site Updates

AA+ v2.22

January 9, 2021 Comments off

Just to let everyone know that v2.22 of AA+ has been released. Updates for this version include:

Categories: Web Site Updates