Archive

Archive for June, 2013

CHLinkCtrl v1.31

June 28, 2013 Comments off

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

  • Updated the sample app to draw a hatched background in debug mode to verify that the hyperlink class works correctly where the parent window has a custom drawn background.
Categories: Web Site Updates

CHLinkCtrl v1.30

June 23, 2013 2 comments

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

  • Updated copyright details.
  • Updated the sample app to clean compile on VC 2010 and later.
  • Made a number of Getter methods of the CHLinkCtrl class const.
  • Updated the zip file to include the correct project files. Thanks to "Franc" for reporting this issue.
Categories: Web Site Updates

CScintillaCtrl, CScintillaView & CScintillaDoc v1.32

June 16, 2013 1 comment

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

  • Updated class to work with Scintilla v3.3.3. New messages wrapped include: SCI_SCROLLRANGE, SCI_FOLDLINE, SCI_FOLDCHILDREN, SCI_EXPANDCHILDREN, SCI_FOLDALL, SCI_SETAUTOMATICFOLD, SCI_GETAUTOMATICFOLD, SCI_AUTOCSETORDER, SCI_AUTOCGETORDER, SCI_RELEASEALLEXTENDEDSTYLES, SCI_ALLOCATEEXTENDEDSTYLES, SCI_SETLINEENDTYPESALLOWED, SCI_GETLINEENDTYPESALLOWED, SCI_GETLINEENDTYPESACTIVE, SCI_GETLINEENDTYPESSUPPORTED, SCI_ALLOCATESUBSTYLES, SCI_GETSUBSTYLESSTART, SCI_GETSUBSTYLESLENGTH, SCI_FREESUBSTYLES, SCI_SETIDENTIFIERS, SCI_DISTANCETOSECONDARYSTYLES & SCI_GETSUBSTYLEBASES.
  • Updated all the MFC MESSAGE_MAP’s to use modern C++ style to reference methods of a class.
  • Fixed a heap overwrite bug in the two versions of the GetSelText(BOOL bDirect) method. The code now correctly uses SCI_GETSELTEXT(0,0) to determine the buffer size to retrieve the data into. Thanks to Bengt Vagnhammar for reporting this bug.
Categories: Web Site Updates

DtWinVer v1.89

June 7, 2013 Comments off

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

  • Updated all code references of Windows Server codename "Blue" to Windows Server 2012 R2.
Categories: Web Site Updates

CPJNSMTPConnection v3.01 (New Release)

June 7, 2013 Comments off

Just to let everyone know that a new version of v3.01 of CPJNSMTPConnection has been released. Updates for this version include:

  • Minor update to the sample app to fix a spelling mistake in the connection type string in the configuration dialog. Thanks to "don" for reporting this issue.
Categories: Web Site Updates

CPJNSMTPConnection v3.01

June 3, 2013 4 comments

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

  • The demo app now disables the MIME checkbox after checking it if the email is to be sent as HTML.
  • Fixed a bug in the sample app where the mime type of the root body part would be incorrectly set to an empty string when it should use the default which is "multipart/mixed". Thanks to Ting L for reporting this bug. 
Categories: Web Site Updates