Archive
Archive for May, 2018
JSON++ v1.02
May 29, 2018
Comments off
Just to let everyone know that v1.02 of JSON++ has been released. Updates for this version include:
- Fixed a number of C++ core guidelines compiler warnings.
Categories: Web Site Updates
CNTService v1.89
May 26, 2018
Comments off
Just to let everyone know that v1.89 of CNTService has been released. Updates for this version include:
- Updated copyright details.
- Fixed a number of C++ core guidelines compiler warnings. These changes mean that the code will now only compile on VC 2017 or later.
- Removed all code which supports now defunct CNTSERVICE_MFC_EXTENSIONS code paths
- CNTService::Debug method is now passed unmodified command line parameters.
Categories: Web Site Updates
WinHTTPWrappers v1.14
May 23, 2018
Comments off
Just to let everyone know that v1.14 of WinHTTPWrappers 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.
Categories: Web Site Updates
CEnumerateSerial v1.34
May 19, 2018
Comments off
Just to let everyone know that v1.34 of CEnumerateSerial has been released. Updates for this version include:
- Updated copyright details.
- Addition of a tenth and hopefully final method to enumerate serial ports. The function is called "UsingGetCommPorts" and enumerates the ports by calling the Win32 GetCommPorts API which is available on Windows 10 1803 or later.
Categories: Web Site Updates
CScintillaCtrl, CScintillaView & CScintillaDoc v1.49
May 3, 2018
Comments off
Just to let everyone know that v1.49 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- Added support for SCN_MARGINRIGHTCLICK notification. Thanks to Karagoez Yusuf for reporting this issue.
- Verified the code works with the latest Scintilla v4.0.4. No new messages were added for this release of scintilla.
Categories: Web Site Updates
DtWinVer v2.20
May 3, 2018
Comments off
Just to let everyone know that v2.20 of DtWinVer has been released. Updates for this version include:
- Test code now reports the UBR number on Windows Server 2019.
- Fixed up detection of Server Core for the following Product types: PRODUCT_STANDARD_SERVER_SOLUTIONS_CORE, PRODUCT_DATACENTER_A_SERVER_CORE, PRODUCT_STANDARD_A_SERVER_CORE, PRODUCT_DATACENTER_WS_SERVER_CORE, PRODUCT_STANDARD_WS_SERVER_CORE, PRODUCT_DATACENTER_EVALUATION_SERVER_CORE, PRODUCT_STANDARD_EVALUATION_SERVER_CORE & PRODUCT_AZURE_SERVER_CORE.
- The value from GetProductInfo is now returned in the OS_VERSION_INFO structure.
- Provided a new IsWindowsServerVersion1803 method.
Categories: Web Site Updates