Archive

Archive for January, 2019

CSerialPort /CSerialPort2 v1.38

January 29, 2019 Comments off

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.
Advertisement
Categories: Web Site Updates

SQLiteWrappers v1.14

January 20, 2019 Comments off

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.
Categories: Web Site Updates

CScintillaCtrl, CScintillaView & CScintillaDoc v1.52

January 19, 2019 Comments off

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.
Categories: Web Site Updates

AA+ v1.99

January 16, 2019 Comments off

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

Categories: Web Site Updates

CEnumerateSerial v1.37

January 15, 2019 Comments off

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.
Categories: Web Site Updates

PHue++ v1.0

January 13, 2019 Comments off

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.

Categories: Web Site Updates

AA+ v1.98

January 3, 2019 Comments off

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

Categories: Web Site Updates

DtWinVer v2.27

January 2, 2019 Comments off

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
Categories: Web Site Updates

MfcCDDB v1.39

January 2, 2019 Comments off

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
Categories: Web Site Updates

SocServer v1.07 & SocClient v1.07

January 1, 2019 Comments off

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.
Categories: Web Site Updates