Archive
Archive for June, 2021
HTTPServerWrappers and CPPCThreadPool v1.08
June 29, 2021
Comments off
Just to let everyone know that v1.08 of HTTPServerWrappers and CPPCThreadPool has been released. Updates for this version include:
- Fixed a bug in CServer::SendResponse where an entity chunk would be added to the response even when the "nEntityLength" length parameter was 0. Thanks to David Conalty for reporting this issue.
Categories: Web Site Updates
DtWinVer v2.49
June 16, 2021
Comments off
Just to let everyone know that v2.49 of DtWinVer has been released. Updates for this version include:
- Updated code to support Windows 11 as revealed at https://www.theverge.com/2021/6/15/22535123/microsoft-windows-11-leak-screenshots-start-menu.
Categories: Web Site Updates
PyDebug++ v1.18
June 8, 2021
Comments off
Just to let everyone know that v1.18 of PyDebug++ has been released. Updates for this version include:
- Updated copyright details
- Updated the code to work with the latest version of the Scintilla wrapper classes.
- Update the code in PyDebugPP.cpp to use the Python Initialization Configuration and Finalization API’s introduced in Python v3.8.
- Sample app now ships with Python v3.9.5 binaries.
Categories: Web Site Updates
AA+ v2.30
June 5, 2021
Comments off
Just to let everyone know that v2.30 of AA+ has been released. Updates for this version include:
- Updated the g_DeltaTValues lookup table to use observed DeltaT values to 3 June 2021 and predicted values to 11 June 2022 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all.
Categories: Web Site Updates
CScintillaCtrl, CScintillaView & CScintillaDoc v1.66
June 5, 2021
Comments off
Just to let everyone know that v1.66 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- Updated class to work with Scintilla v5.0.3. New messages wrapped include: SCI_MARKERGETLAYER, SCI_MARKERSETLAYER, SCI_GETELEMENTBASECOLOUR, SCI_GETSELECTIONLAYER, SCI_SETSELECTIONLAYER, SCI_GETCARETLINELAYER & SCI_SETCARETLINELAYER.
Categories: Web Site Updates