Archive
Archive for March, 2013
WinHTTPWrappers v1.03
March 30, 2013
Comments off
Just to let everyone know that v1.03 of WinHTTPWrappers has been released. Updates for this version include:
- Updated copyright details.
- Updated the sample app to correctly release the file handles when the file is downloaded. Thanks to David Lowndes for reporting this bug.
- Updated the code to clean compile on VC 2012.
- TimeSinceStartDownload() method has been extended to return a __int64 return value instead of a DWORD.
- Changed class names to use C*WinHTTP* prefix instead of C*WinHttp*.
Categories: Web Site Updates
CPJNSMTPConnection v3.00
March 12, 2013
Comments off
Just to let everyone know that v3.00 of CPJNSMTPConnection has been released. Updates for this version include:
- Updated copyright details.
- CPJNSMTPAddressArray typedef is now defined in the CPJNSMTPMessage class instead of in the global namespace. In addition this typedef class is now known as "CAddressArray"
- The sample project included in the download now links to the various OpenSSL libraries via defines in stdafx.h instead of via project settings. Thanks to Ed Nafziger for suggesting this nice addition.
- The sample app no longer adds the author’s hotmail address to the list of MDN’s. Thanks to Ed Nafziger for spotting this.
- The sample app is now linked against the latest OpenSSL v1.0.1e dlls.
- Sample app now statically links to MFC
Categories: Web Site Updates