Archive
Archive for July, 2019
W3Mfc v2.14 / CThreadPoolServer v1.49
July 29, 2019
Comments off
Just to let everyone know that v2.14 of W3Mfc & v1.49 of CThreadPoolServer has been released. Updates for this version include:
- Fixed some further compiler warnings when using VC 2019 Preview
Categories: Web Site Updates
CNTService v1.94
July 28, 2019
Comments off
Just to let everyone know that v1.94 of CNTService has been released. Updates for this version include:
- Fixed some further compiler warnings when using VC 2019 Preview
Categories: Web Site Updates
CFileTreeCtrl v1.58
July 21, 2019
Comments off
Just to let everyone know that v1.58 of CFileTreeCtrl has been released. Updates for this version include:
- Replaced NULL with nullptr throughout the code.
- Fixed a number of C++ core guidelines compiler warnings. These changes mean that the code will now only compile on VC 2017 or later.
- Replaced enum with enum class throughout the code.
- Replaced CStringArray and CArray with std::vector throughout the code.
- Implemented missing void CFileTreeCtrl::SetEncryptedColor method
- Removed CFileTreeCtrl::IsWindowsVistaOrLater method from the code
- Code now uses ATL::CComPtr to house the COM pointers which it needs
- Code now uses std::atomic<bool> for variables which need to be accessed from multiple threads
- The default color for encrypted files has now changed to be consistent with the color Explorer uses on modern versions of Windows
- Please note that on versions of Windows 10 since Version 1511 aka Threshold 2, the enumeration of network resources by the control no longer functions. This appears to be due to the deprecation / removal of SMB v1 support in Windows. For more information please see https://social.msdn.microsoft.com/Forums/en-US/6b2120f6-523e-4705-9231-fd19f05611eb/wnetopenenum-wont-enumerate-past-the-root-level-error-1231?forum=windowssdk and https://social.technet.microsoft.com/Forums/lync/en-US/e2c326f3-8841-4119-9e8d-6552e8228d02/error-code-1231-unconnective-network-problem?forum=itprovistanetworking. There does not appear to be a fix for this and it looks like this API is now permanently broken in Windows. If you know how to address this issue, please let me know.
Categories: Web Site Updates
AA+ v2.03
July 15, 2019
Comments off
Just to let everyone know that v2.03 of AA+ has been released. Updates for this version include:
- Refactored the code in various CAARiseTransitSet2 methods and improved the interpolation code to provide better accuracy of event details.
Categories: Web Site Updates
AA+ v2.02
July 13, 2019
Comments off
Just to let everyone know that v2.02 of AA+ has been released. Updates for this version include:
- Addition of a new CAARiseTransitSet2 class which addresses issues with the existing CAARiseTransitSet class which is now considered deprecated.
Categories: Web Site Updates
SQLiteWrappers v1.18
July 11, 2019
Comments off
Just to let everyone know that v1.18 of SQLiteWrappers has been released. Updates for this version include:
- Verified the code works against SQLite v3.29.0
Categories: Web Site Updates
DtWinVer v2.33
July 3, 2019
Comments off
Just to let everyone know that v2.33 of DtWinVer has been released. Updates for this version include:
- Updated the detection logic in IsWindows10Version19H2 & IsWindows10Version1903 in light of the details about 19H2 announced at https://blogs.windows.com/windowsexperience/2019/07/01/announcing-windows-10-insider-preview-build-18362-10000-19h2/
Categories: Web Site Updates