Archive

Archive for December, 2017

DtWinVer v2.13

December 29, 2017 Comments off

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

  • Download now includes a VC 2017 solution and project files. These files now support ARM64 in addition to x86, x64 and ARM.
  • ARM64 binaries are now included in the download
  • Added support for detecting PROCESSOR_ARCHITECTURE_NEUTRAL, PROCESSOR_ARCHITECTURE_ARM64, PROCESSOR_ARCHITECTURE_ARM32_ON_WIN64 & PROCESSOR_ARCHITECTURE_IA32_ON_ARM64 architectures
Categories: Web Site Updates

SQLiteWrappers v1.09

December 28, 2017 Comments off

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

  • Updated the code to compile against SQLite 3.21.0. No additional changes had to be made to code to support this new version.
  • Verfied the code compiled cleanly against winsqlite3.h header file in versions of the Windows SDK v10.0.16257, v10.0.16278, v10.0.16288, v10.0.16299, v10.0.17025 & v10.0.17061.
Categories: Web Site Updates

CHTTPDownloadDlg, CHTTPDownloader, CHTTPDownloadDlg2 & CHTTPDownloader2 v1.35

December 28, 2017 Comments off

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

  • Updated the code to compile cleanly when _ATL_NO_AUTOMATIC_NAMESPACE is defined.
Categories: Web Site Updates

CScintillaCtrl, CScintillaView & CScintillaDoc v1.45

December 27, 2017 Comments off

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

  • Updated class to work with Scintilla v4.0.2. Some messages have been removed in 4.0.2 including SCI_SETSTYLEBITS, SCI_GETSTYLEBITS & SCI_GETSTYLEBITSNEEDED.
Categories: Web Site Updates

IPEnum v1.03

December 27, 2017 Comments off

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

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

ShelExec v1.22

December 27, 2017 Comments off

Just to let everyone know that v1.22 of ShelExec 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 code is now VC 2010.
Categories: Web Site Updates

CTraceRoute v1.14

December 26, 2017 Comments off

Just to let everyone know that v1.14 of CTraceRoute 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 code is now VC 2010.
Categories: Web Site Updates

CPing v1.45

December 26, 2017 Comments off

Just to let everyone know that v1.45 of CPing 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 code is now VC 2010.
  • Removed all the code which uses GetProcAddress to access the functions in Iphlpapi.dll. Instead now the code implicitly links to Iphlpapi.dll.
Categories: Web Site Updates

MfcCDDB v1.38

December 26, 2017 Comments off

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

  • Updated the code to compile cleanly when _ATL_NO_AUTOMATIC_NAMESPACE is defined.
Categories: Web Site Updates

CFTPTransferDlg & CFTPTransferer v1.17

December 23, 2017 Comments off

Just to let everyone know that v1.17 of CFTPTransferDlg & CFTPTransferer has been released. Updates for this version include:

  • Fix compile problems in CFTPTransferer::CreateSession in VC2017
  • Updated the code to compile cleanly when _ATL_NO_AUTOMATIC_NAMESPACE is defined.
Categories: Web Site Updates