Archive

Archive for August, 2012

CScintillaCtrl, CScintillaView & CScintillaDoc v1.29

August 15, 2012 Comments off

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

  • Updated copyright details
  • Updated class to work with Scintilla v3.2.1. New Messaged wrapped include: SCI_DELETERANGE, SCI_GETWORDCHARS, SCI_GETWHITESPACECHARS, SCI_SETPUNCTUATIONCHARS, SCI_GETPUNCTUATIONCHARS, SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR, SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR, SCI_GETRANGEPOINTER, SCI_GETGAPPOSITION, SCI_FINDINDICATORSHOW, SCI_FINDINDICATORFLASH & SCI_FINDINDICATORHIDE.
  • SetDocPointer method now uses a void* parameter instead of an int. This prevents a pointer truncation issue on 64bit platforms. Thanks to Kenny Liu for reporting this issue.
  • GetDocPointer method now also returns a void* instead of an int return value
  • Updated the code to clean compile on VC 2012
Advertisement
Categories: Web Site Updates

CPJNSMTPConnection v2.95

August 12, 2012 Comments off

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

  • STARTTLS support code now uses TLSv1_client_method OpenSSL function instead of SSLv23_client_method. This fixes a problem where sending emails using Hotmail / Windows Live was failing.
  • CPJNSMTPConnection::_Close now provides a bGracefully parameter
  • Updated the code to clean compile on VC 2012
  • The sample app is now linked against the latst OpenSSL v1.0.1c dlls.
  • SendMessage now throws a CPJNSMTPException if OnSendProgress returns FALSE.
  • Addition of a new ConnectionType called "AutoUpgradeToSTARTTLS" which will automatically upgrade a plain text connection to STARTTLS if the code detects that the SMTP server supports STARTTLS. If the server doesn’t support STARTTLS then the connection will remain as if you specified "PlainText"
  • Reworked the code to determine if it should connect using EHLO instead of HELO into a new virtual method called DoEHLO.
  • Reworked the internals of the ConnectESMTP method.
Categories: Web Site Updates

W3Mfc v1.95, CWSocket / CSSLSocket v1.33 & CThreadPoolServer v1.35

August 12, 2012 Comments off

Just to let everyone know that v1.95 of W3Mfc, v1.33 of CWSocket / CSSLSocket & v1.35 of CThreadPoolServer have been released. Updates for this version include:

  • Updated copyright details
  • CSSL::Close now provides a bGracefully parameter
  • CSSLSocket::Close now provides a bGracefully parameter
  • Updated the code to compile cleanly on VC 2012
Categories: Web Site Updates