Archive

Archive for July, 2021

WinHTTPWrappers v1.30

July 25, 2021 Comments off

Just to let everyone know that v1.30 of WinHTTPWrappers has been released. Updates for this version include:

  • Moved the QueryConnectionGroup method from CHandle into CConnection and CRequest
  • Moved some of the resuable functionality in CAsyncDownloader::OnHeadersAvailableCallback into a new virtual OnCheckStatusCode method.
Advertisement
Categories: Web Site Updates

WinHTTPWrappers v1.29

July 24, 2021 Comments off

Just to let everyone know that v1.29 of WinHTTPWrappers has been released. Updates for this version include:

  • Added support for new WinHttpQueryConnectionGroup API available in latest Windows 11 SDK.
  • Fixed up return value handling in GetProxySettingsVersion.
Categories: Web Site Updates

DtWinVer v2.51

July 18, 2021 Comments off

Just to let everyone know that v2.51 of DtWinVer has been released. Updates for this version include:

  • Added support for the following product types: PRODUCT_AZURE_SERVER_CLOUDHOST, PRODUCT_AZURE_SERVER_CLOUDMOS, PRODUCT_CLOUDEDITIONN & PRODUCT_CLOUDEDITION.
Categories: Web Site Updates

DtWinVer v2.50

July 17, 2021 Comments off

Just to let everyone know that v2.50 of DtWinVer has been released. Updates for this version include:

  • Provided a new IsWindows10Version21H2 method.
Categories: Web Site Updates

SQLiteWrappers v1.28

July 11, 2021 Comments off

Just to let everyone know that v1.28 of SQLiteWrappers has been released. Updates for this version include:

  • Updated the code to compile against SQLite v3.36.0. Added support for sqlite3_preupdate_hook, sqlite3_preupdate_old, sqlite3_preupdate_count, sqlite3_preupdate_depth, sqlite3_preupdate_new & sqlite3_preupdate_blobwrite.
Categories: Web Site Updates

CScintillaCtrl, CScintillaView & CScintillaDoc v1.67

July 11, 2021 Comments off

Just to let everyone know that v1.67 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:

  • Updated class to work with Scintilla v5.1.0. New messages wrapped include: SCI_GETDIRECTSTATUSFUNCTION, SCI_REPLACERECTANGULAR, SCI_CLEARALLREPRESENTATIONS, SCI_SETREPRESENTATIONAPPEARANCE, SCI_GETREPRESENTATIONAPPEARANCE, SCI_SETREPRESENTATIONCOLOUR & SCI_GETREPRESENTATIONCOLOUR
  • Changed the return values from GetDirectFunction & GetDirectPointer to less generic data types.
Categories: Web Site Updates

AA+ v2.31

July 8, 2021 Comments off

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

Categories: Web Site Updates

CryptoWrappers v1.14

July 4, 2021 Comments off

Just to let everyone know that v1.14 of CryptoWrappers has been released. Updates for this version include:

  • Updated copyright details
  • Made code independent of ATL by replacing calls to ATLASSERT with _ASSERTE
Categories: Web Site Updates

ODBCWrappers v1.19

July 3, 2021 Comments off

Just to let everyone know that v1.19 of ODBCWrappers has been released. Updates for this version include:

  • Added support for date and time datatypes: TIME_STRUCT / SQL_TYPE_TIME & DATE_STRUCT / SQL_TYPE_DATE. Thanks to Serhiy Pavlov for providing this nice addition.
  • Updated copyright details.
Categories: Web Site Updates