Archive

Archive for December, 2007

CPJNPOP3Connection v1.41

December 31, 2007 Comments off

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

  • Updated sample app to clean compile on VC 2008
  • CPJNPOP3Exception::GetErrorMessage now uses the FORMAT_MESSAGE_IGNORE_INSERTS flag. For more information please see Raymond Chen’s blog at http://blogs.msdn.com/oldnewthing/archive/2007/11/28/6564257.aspx. Thanks to Alexey Kuznetsov for reporting this issue.
  • CPJNPOP3Exception::GetErrorMessage now uses Checked::tcsncpy_s if compiled using VC 2005 or later.
  • Sample app shipped with download is now a VC 2005 solution
Advertisement
Categories: Web Site Updates

CPJNSMTPConnection v2.74

December 31, 2007 Comments off

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

  • Updated the sample app to clean compile on VC 2008
  • Fixed a x64 compile problems in RemoveCustomHeader & AddMultipleAttachments.
  • Fixed a x64 compile problem in CPJNSMTPAppConfigurationDlg::CBAddStringAndData
  • CPJNSMTPException::GetErrorMessage now uses Checked::tcsncpy_s
  • Other Minor coding updates to CPJNSMTPException::GetErrorMessage
Categories: Web Site Updates

W3MFC v1.85 / CWSocket v1.23

December 31, 2007 1 comment

Just to let everyone know that v1.85 of W3MFC and v1.23 of CWSocket has been released. Updates for this version include:

  • Minor coding updates to CWSocketException::GetErrorMessage
  • Updates sample apps to clean compile on VC 2008
Categories: Web Site Updates

CParallelPort v1.16

December 30, 2007 1 comment

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

  • Updated the code and sample app to clean compile on VC 2008
  • CParallelPortException::GetErrorMessage now uses Checked::tcsncpy_s if compiled using VC 2005 or later.
Categories: Web Site Updates

CHttpDownloadDlg, CHttpDownloader, CHttpDownloadDlg2 & CHttpDownloader2 v1.28

December 30, 2007 Comments off

Just to let everyone know that v1.28 of CHttpDownloadDlg, CHttpDownloader, CHttpDownloadDlg2 & CHttpDownloader2 has been released. Updates for this version include:

  • Updated sample apps to clean compile on VC 2008
  • Remove VC 6 style appwizard comments from the code.
  • CHttpDownloader::GetErrorMessage now uses the FORMAT_MESSAGE_IGNORE_INSERTS flag. For more information please see Raymond Chen’s blog at http://blogs.msdn.com/oldnewthing/archive/2007/11/28/6564257.aspx. Thanks to Alexey Kuznetsov for reporting this issue.
  • CHttpDownloader::GetErrorMessage now uses Checked::tcsncpy_s if compiled using VC 2005 or later.
  • CHttpDownloader2::GetErrorMessage now uses the FORMAT_MESSAGE_IGNORE_INSERTS flag. For more information please see Raymond Chen’s blog at http://blogs.msdn.com/oldnewthing/archive/2007/11/28/6564257.aspx. Thanks to Alexey Kuznetsov for reporting this issue.
  • CHttpDownloader2::GetErrorMessage now uses Checked::tcsncpy_s if compiled using VC 2005 or later.
Categories: Web Site Updates

CSerialPort v1.24

December 30, 2007 Comments off

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

  • Updated the sample app to clean compile on VC 2008
  • CSerialException::GetErrorMessage now uses Checked::tcsncpy_s if compiled using VC 2005 or later.
Categories: Web Site Updates

CFTPTransferDlg & CFTPTransferer v1.13

December 30, 2007 1 comment

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

  • Updated the code to remove VC 6 style appwizard comments.
  • Updated the sample apps to clean compile on VC 2008.
  • CFTPTransferer::GetErrorMessage now uses the FORMAT_MESSAGE_IGNORE_INSERTS flag. For more information please see Raymond Chen’s blog at http://blogs.msdn.com/oldnewthing/archive/2007/11/28/6564257.aspx. Thanks to Alexey Kuznetsov for reporting this issue.
  • CFTPTransferer::GetErrorMessage now uses Checked::tcsncpy_s if compiled using VC 2005 or later.
Categories: Web Site Updates

CNamedPipe v1.09

December 30, 2007 Comments off

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

  • Updated the sample apps to clean compile on VC 2008
Categories: Web Site Updates

CNamedPipe v1.08

December 29, 2007 Comments off

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

  • Updated copyright details.
  • Updated the sample apps to clean compile on VC 2005
  • Sample client app now defaults to "." (meaning the current machine) as the server to connect to.
  • CNamedPipeException::GetErrorMessage now uses the FORMAT_MESSAGE_IGNORE_INSERTS flag. For more information please see Raymond Chen’s blog at http://blogs.msdn.com/oldnewthing/archive/2007/11/28/6564257.aspx. Thanks to Alexey Kuznetsov for reporting this issue.
  • CAppSettingsException::GetErrorMessage now uses Checked::tcsncpy_s if compiled using VC 2005 or later.
  • Provision of new overloaded versions of the Peek, Write and Read methods which allows the dwBytesRead/dwBytesWritten parameters to be returned as an output parameter as opposed to the return value of the method. This helps resolve a situation where the underlying WriteFile / ReadFile call fails but some data has actually been written / read from the pipe. Thanks to Gintautas Kisonas for reporting this issue.
  • dwBytesRead, dwTotalBytesAvail and dwBytesLeftThisMessage parameters to Peek are now pointers rather than references. Thanks to Gintautas Kisonas for reporting this issue.
Categories: Web Site Updates

AppSettings v1.06

December 28, 2007 Comments off

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

  • CAppSettingsException::GetErrorMessage now uses Checked::tcsncpy_s if compiled using VC 2005 or later.
Categories: Web Site Updates