Archive
DtWinVer v2.10
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.
DtWinVer v2.09
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.
CVersionInfo v1.06
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.
CEnumerateSerial v1.32
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.
MfcSMS v1.08
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
DDXFile v1.28
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.
DDXFolder & CChooseDirDlg v1.42
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.
AppSettings v1.14
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.
CHTTPDownloadDlg, CHTTPDownloader, CHTTPDownloadDlg2 & CHTTPDownloader2 v1.34
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.
WinHTTPWrappers v1.13
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
You must be logged in to post a comment.