Archive

Archive for September, 2017

DtWinVer v2.10

September 28, 2017 Comments off

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

  • Added support for PRODUCT_SERVERRDSH product type.
Categories: Web Site Updates

DtWinVer v2.09

September 27, 2017 Comments off

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

  • Renamed IsWorkstation method to IsProWorkstations and reworked the COSVERSION_SUITE3_WORKSTATION enum to be COSVERSION_SUITE3_PRO_WORKSTATIONS. These changes allow DtWinVer to explicitly support detection of Windows 10 Pro for Workstations.
Categories: Web Site Updates

CVersionInfo v1.06

September 26, 2017 Comments off

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

  • Updated copyright details.
  • Replaced NULL throughout the codebase with nullptr. This means that the minimum requirement for the framework is now VC 2010.
  • Replaced CString::operator LPC*STR() calls throughout the codebase with CString::GetString calls
  • Made all the Get* methods const.
Categories: Web Site Updates

CEnumerateSerial v1.32

September 25, 2017 Comments off

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

  • Updated copyright details.
  • Replaced NULL throughout the codebase with nullptr. This means that the minimum requirement for the framework is now VC 2010.
  • Replaced CString::operator LPC*STR() calls throughout the codebase with CString::GetString calls
  • Removed the CENUMERATESERIAL_USE_STL define and instead introduced a new CENUMERATESERIAL_MFC_EXTENSIONS define which by default is not defined.
Categories: Web Site Updates

MfcSMS v1.08

September 24, 2017 Comments off

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

  • Replaced NULL throughout the codebase with nullptr. This means that the minimum requirement for the framework is now VC 2010.
  • Replaced CString::operator LPC*STR() calls throughout the codebase with CString::GetString calls
Categories: Web Site Updates

DDXFile v1.28

September 24, 2017 Comments off

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

  • Updated copyright details.
  • Replaced NULL throughout the codebase with nullptr. This means that the minimum requirement for the framework is now VC 2010.
  • Reworked the code in CGetFilenameControl::InitializeAutoComplete to use ATL::CComPtr::CoCreateInstance.
  • All the code has had SAL annotations added.
Categories: Web Site Updates

DDXFolder & CChooseDirDlg v1.42

September 23, 2017 Comments off

Just to let everyone know that v1.42 of DDXFolder & CChooseDirDlg has been released. Updates for this version include:

  • Updated copyright details.
  • Replaced CString::operator LPC*STR() calls throughout the codebase with CString::GetString calls.
  • Replaced NULL throughout the codebase with nullptr. This means that the minimum requirement for the framework is now VC 2010.
  • Reworked the code in CGetFolderControl::InitializeAutoComplete to use ATL::CComPtr::CoCreateInstance.
  • Reworked the CChooseDirDlg class to use IFileDialog interface.
  • All the code has had SAL annotations added.
Categories: Web Site Updates

AppSettings v1.14

September 21, 2017 Comments off

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

  • Replaced CString::operator LPC*STR() calls throughout the codebase with CString::GetString calls
  • Replaced NULL throughout the codebase with nullptr. This means that the minimum requirement for the framework is now VC 2010.
  • Replaced LONG with LSTATUS for all registry return values throughout the codebase.
Categories: Web Site Updates

CHTTPDownloadDlg, CHTTPDownloader, CHTTPDownloadDlg2 & CHTTPDownloader2 v1.34

September 19, 2017 Comments off

Just to let everyone know that v1.34 of CHTTPDownloadDlg, CHTTPDownloader, CHTTPDownloadDlg2 & CHTTPDownloader2 has been released. Updates for this version include:

  • Updated copyright details.
  • Replaced CString::operator LPC*STR() calls throughout the codebase with CString::GetString calls.
  • Fixed compiler errors in CHTTPDownloader::CreateSession.
  • Fixed compiler errors in CHTTPDownloader2::CreateSession.
Categories: Web Site Updates

WinHTTPWrappers v1.13

September 18, 2017 Comments off

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

  • Replaced CString::operator LPC*STR() calls throughout the codebase with CString::GetString calls
Categories: Web Site Updates