Archive

Archive for June, 2020

COSMCtrl v1.35

June 19, 2020 Comments off

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

  • Extended the CGPX::Save method to allow the GPX "creator" value to be customized
  • Added support to the demo application to exporting to a GPX file. Thanks to Ralf Wirtz for providing this nice addition.
  • Fixed a bug in CGPX::Save which was creating invalid GPX files. Thanks to Ralf Wirtz for reporting this issue.
  • Optimized the code to not attempt to restart downloading tiles while dragging the map or dragging on the zoombar.
Advertisement
Categories: Web Site Updates

PyDebug++ v1.17

June 18, 2020 Comments off

Just to let everyone know that v1.17 of PyDebug++ has been released. Updates for this version include:

  • Added code to the CPyDebugFrameWnd::DebugCode method to disable the close button in the allocated console window. This prevents the main app from closing when you click the close button in the console window. Thanks to Changyun Kim for reporting this issue.
Categories: Web Site Updates

DtWinVer v2.43

June 16, 2020 Comments off

Just to let everyone know that v2.43 of DtWinVer has been released. Updates for this version include:

  • Provided a new IsWindows10Codename20H2 method.
Categories: Web Site Updates

W3Mfc v2.18 / CWSocket v1.46 / CThreadPoolServer v1.51

June 14, 2020 Comments off

Just to let everyone know that v2.18 of W3Mfc, v1.46 of CWSocket & v1.51 of CThreadPoolServer has been released. Updates for this version include:

  • Fixed some further compiler warnings when using VC 2019 Preview,
  • Updated copyright details.
  • Replaced all memset calls with C++ zero initialization.
  • Updated CThreadPoolClient class to use std::atomic.
  • Added constexpr to more of the methods of the thread pool classes.
Categories: Web Site Updates

CScintillaCtrl, CScintillaView & CScintillaDoc v1.62

June 14, 2020 Comments off

Just to let everyone know that v1.62 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:

  • Verified the code against Scintilla v4.4.3.
  • Updated the text when the demo application could not find the Scintilla SciLexer DLL.
  • The demo app supplied with this code now includes a prebuilt version of SciLexer.dll as a convenience.
Categories: Web Site Updates

SQLiteWrappers v1.24

June 14, 2020 Comments off

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

  • Verified the code works against SQLite v3.32.2.
  • Made more methods nodiscard and constexpr.
  • Fixed some compile problems when using VS 2019 Preview.
  • Fixed a bug in CColumnIterator::operator> and CRowsetIterator::operator>.
Categories: Web Site Updates

AA+ v2.17

June 11, 2020 Comments off

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

  • Addition of a new CAAPlanetaryPhenomena2 class.
  • Removed support for Pluto from the CAAElliptical class since the CAAPluto class returns the coordinates in the equinox of J2000 instead of the equinox of the date which is required by this class.
  • Removed support for Pluto from the CAARiseTransitSet2 class since the CAAPluto class returns the coordinates in the equinox of J2000 instead of the equinox of the date which is required by this class.
Categories: Web Site Updates

COSMCtrl v1.34

June 5, 2020 Comments off

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

  • Fixed some general performance problems when downloading tiles
Categories: Web Site Updates

AA+ v2.16

June 2, 2020 Comments off

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

  • Addition of a new CAAPlanetPerihelionAphelion2 class.
Categories: Web Site Updates

COSMCtrl v1.33

June 1, 2020 Comments off

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

  • Fixed a problem where zooming would not work in COSMCtrl::OnMouseWheel when the current zoom level was a non-integer.
  • Fixed a problem where zooming would not work in COSMCtrl::HandleLButtonDownStandard when the zoom level was a non-integer.
  • Replaced the Windows 7 Animation API’s with good old WM_TIMER logic. This improves the reliability of the animation logic in the control.
Categories: Web Site Updates