Archive
CSerialPort /CSerialPort2 v1.38
Just to let everyone know that v1.38 of CSerialPort / CSerialPort2 has been released. Updates for this version include:
- Updated copyright details.
- Fixed a bug in the two CSerialPort::Open methods where they were incorrectly defined as having a return value of BOOL instead of the correct return value of void. Thanks to Boris Usievich for reporting this bug.
SQLiteWrappers v1.14
Just to let everyone know that v1.14 of SQLiteWrappers has been released. Updates for this version include:
- Updated copyright details.
- Updated the code to compile against SQlite 3.26.0. Added support for sqlite3_normalized_sql.
CScintillaCtrl, CScintillaView & CScintillaDoc v1.52
Just to let everyone know that v1.52 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- Updated copyright details
- Updated class to work with Scintilla v4.1.3. New messages wrapped include: SCI_SETCOMMANDEVENTS & SCI_GETCOMMANDEVENTS.
- Added support for SCN_AUTOCSELECTIONCHANGE notification.
- Added code to suppress C4263 off by default compiler warning. Thanks to Karagoez Yusuf for reporting this issue.
AA+ v1.99
Just to let everyone know that v1.99 of AA+ has been released. Updates for this version include:
- Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st January 2019
CEnumerateSerial v1.37
Just to let everyone know that v1.37 of CEnumerateSerial has been released. Updates for this version include:
- Updated copyright details.
- Updated the sample app to log the time each method call takes
- Fixed a compilation error "unknown identifier ‘HDEVINFO’" in enumser.h. Thanks to Drew Freer for reporting this issue.
PHue++ v1.0
I recently purchased a number of Philips Hue lights after having some Belkin Wemo bulbs for a number of years. The nice thing with the Philips Ecosystem is that their API’s are fully open source and are really easy to integrate with. PHue++ is a set of C++ classes which encapsulate the Philips Hue Lights API as defined at https://developers.meethue.com for Windows. The Hue API is implemented as a RESTful interface. PHue++ uses the author’s WinHTTPWrappers classes to provide the HTTP connectivity and JSON++ to handle the JSON parsing. All the functionality provided is included in a C++ namespace called PhilipsHue and is included in one PHue++.h header file.
AA+ v1.98
Just to let everyone know that v1.98 of AA+ has been released. Updates for this version include:
- Updated copyright details.
- Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st October 2018
DtWinVer v2.27
Just to let everyone know that v2.27 of DtWinVer has been released. Updates for this version include:
- Updated copyright details.
- Added support for PRODUCT_HOLOGRAPHIC_BUSINESS & PRODUCT_IOTENTERPRISES
MfcCDDB v1.39
Just to let everyone know that v1.39 of MfcCDDB 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 code which supported CWSOCKET_MFC_EXTENSIONS pre-processor define
SocServer v1.07 & SocClient v1.07
Just to let everyone know that v1.07 of SocServer / SocClient have 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.