Archive

Archive for November, 2007

CScintillaCtrl, CScintillaView & CScintillaDoc v1.19

November 28, 2007 1 comment

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

  • Updated class to work with Scintilla v1.75. New messages wrapped include: SCI_INDICSETUNDER, SCI_INDICGETUNDER, new behavior for SCI_SETINDENTATIONGUIDES & SCI_GETINDENTATIONGUIDES, SCI_SETSCROLLWIDTHTRACKING, SCI_GETSCROLLWIDTHTRACKING, SCI_DELWORDRIGHTEND, SCI_SETCARETSTYLE, SCI_GETCARETSTYLE, SCI_SETINDICATORCURRENT, SCI_SETINDICATORVALUE, SCI_INDICATORFILLRANGE, SCI_INDICATORCLEARRANGE, SCI_INDICATORALLONFOR, SCI_INDICATORVALUEAT, SCI_INDICATORSTART, SCI_INDICATOREND, SCI_SETPOSITIONCACHE & SCI_GETPOSITIONCACHE
  • The auto completion sample in CScintillaDemoView::OnCharAdded has been extended to show another style of auto completion. Thanks to alessandro limonta for suggesting this update.
Advertisement
Categories: Web Site Updates

CPJNSMTPConnection

November 28, 2007 Comments off

A download link for v2.67 has been provided.

Categories: Web Site Updates

DDXFolder & CChooseDirDlg v1.36

November 21, 2007 Comments off

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

  • The code now uses the value 32 instead of the enum ACLO_FILESYSDIRS in the call to IACList2::SetOptions. This is because newer versions of the Windows SDK make this value dependent on the setting of the _WIN32_IE preprocessor macros. Thanks to Alexey Kuznetsov for reporting this issue.
Categories: Web Site Updates

W3MFC v1.83, CWSocket / CSSLSocket v1.20, CW32Handle v1.02

November 20, 2007 2 comments

Just to let everyone know that v1.83 of W3MFC, v1.20 of CWSocket / CSSLSocket and v1.02 of CW32Handle has been released. Updates for this version include:

  • THREADPOOL_SHUTDOWN_REQUEST and THREADPOOL_USER_DEFINED_REQUEST constants have now been made enums of the CThreadPoolRequest class.
  • Updated W3MFC binary to now link to OpenSSL 0.9.8g.
  • CHttpServer is no longer derived from CObject as it was not really required.
  • Updated CIOCPThreadPoolQueue class to clean compile on x64.
  • Updated copyright details.
  • Optimized CSSLContext constructor.
  • Optimized CSSL constructor.
  • Optimized CSSLSocket constructor.
  • CHttpResponseHeader class has been renamed CW3MFCResponseHeader.
  • CHttpMimeManager class has been renamed CW3MFCMimeManager.
  • CRegistryHttpMimeManager class has been renamed CW3MFCRegistryMimeManager.
  • CIniHttpMimeManager class has been renamed CW3MFCIniMimeManager.
  • CHttpISAPI class has been renamed to CW3MFCISAPI.
  • CHttpISAPIExtension class has been renamed to CW3MFCISAPIExtension.
  • CHttpDirectory class has been renamed to CW3MFCDirectory.
  • CHttpClient class has been renamed to CW3MFCClient.
  • CHttpCGI class has been renamed to CW3MFCCGI.
  • Project files which are now included in the download are for VC 2005 instead of VC 6.
  • Please note that some of the module names for various W3MFC classes have been renamed to follow the new naming convention. You will need to update your client projects to remove the old module names and include the new ones.
Categories: Web Site Updates

DDXFolder & CChooseDirDlg v1.35

November 19, 2007 Comments off

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

  • Minor update to display HRESULT’s correctly.
  • Minor tidy up to remove old style AppWizard comments
Categories: Web Site Updates

DDXFile v1.22

November 19, 2007 Comments off

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

  • Minor update to display HRESULT’s correctly.
  • Minor tidy up to remove old style AppWizard comments
Categories: Web Site Updates

CNTService v1.74

November 19, 2007 Comments off

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

  • Minor update to display HRESULT’s correctly.
Categories: Web Site Updates

CPJNSMTPConnection v2.71

November 19, 2007 Comments off

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

Categories: Web Site Updates

Splasher v1.49

November 17, 2007 Comments off

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

  • Fixed a memory leak where the CMySplashWnd instance was not being deleted in the worker thread. Thanks to Laurent Lherminé for reporting this bug.
Categories: Web Site Updates

CPJNSMTPConnection v2.70

November 13, 2007 Comments off

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

  • Major update to the code to use VC2005 specific features. This version of the code and onwards will be supported only on VC 2005 or later. Thanks to Andrey Babushkin for prompting this update. Please note that there has been breaking changes to the names and layout of various methods and member variables. You should carefully analyze the sample app included in the download as well as your client code for the required updates you will need to make.
  • Sample app included in download is now build for Unicode and links dynamically to MFC. It also links dynamically to the latest OpenSSL 0.9.8g dlls.
Categories: Web Site Updates