Archive
COSMCtrl v1.35
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.
PyDebug++ v1.17
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.
DtWinVer v2.43
Just to let everyone know that v2.43 of DtWinVer has been released. Updates for this version include:
- Provided a new IsWindows10Codename20H2 method.
W3Mfc v2.18 / CWSocket v1.46 / CThreadPoolServer v1.51
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.
CScintillaCtrl, CScintillaView & CScintillaDoc v1.62
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.
SQLiteWrappers v1.24
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>.
AA+ v2.17
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.
COSMCtrl v1.34
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
AA+ v2.16
Just to let everyone know that v2.16 of AA+ has been released. Updates for this version include:
- Addition of a new CAAPlanetPerihelionAphelion2 class.
COSMCtrl v1.33
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.
You must be logged in to post a comment.