Archive

Archive for December, 2011

CSyncCollection v1.10

December 10, 2011 Comments off

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

  • Removed the unnecessary "CSyncData" class.
  • Two new container classes have now been provided which use STL containers. They are CSyncQueueDataSTL and CSyncStackDataSTL. To make these classes available you need to define the processor value "CSYNCCOLLECTION_USE_STL" before you include SyncCollection.h.
  • Replaced MFC CCriticalSection usage with direct Win32 equivalent. Removed all occurences of CSingleLock from source code. Replaced all occurrences of TRACE with ATLTRACE. All these changes allows the code to now operate in non MFC/ATL Windows projects.
Advertisement
Categories: Web Site Updates

CScintillaCtrl, CScintillaView & CScintillaDoc v1.28

December 9, 2011 3 comments

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

  • Updated class to work with Scintilla v3.0.2. New messages wrapped include: SCI_MARKERSETBACKSELECTED, SCI_MARKERENABLEHIGHLIGHT, SCI_STYLESETSIZEFRACTIONAL, SCI_STYLEGETSIZEFRACTIONAL, SCI_STYLESETWEIGHT, SCI_STYLEGETWEIGHT, SCI_COUNTCHARACTERS, SCI_SETEMPTYSELECTION, SCI_CALLTIPSETPOSITION, SCI_GETALLLINESVISIBLE, SCI_BRACEHIGHLIGHTINDICATOR, SCI_BRACEBADLIGHTINDICATOR, SCI_INDICSETOUTLINEALPHA, SCI_INDICGETOUTLINEALPHA, SCI_SETMARGINOPTIONS, SCI_GETMARGINOPTIONS, SCI_MOVESELECTEDLINESUP, SCI_MOVESELECTEDLINESDOWN, SCI_SETIDENTIFIER, SCI_GETIDENTIFIER, SCI_RGBAIMAGESETWIDTH, SCI_RGBAIMAGESETHEIGHT, SCI_MARKERDEFINERGBAIMAGE, SCI_REGISTERRGBAIMAGE, SCI_SCROLLTOSTART, SCI_SCROLLTOEND, SCI_SETTECHNOLOGY, SCI_GETTECHNOLOGY & SCI_CREATELOADER Messages dropped include: SCI_SETUSEPALETTE & SCI_GETUSEPALETTE
Categories: Web Site Updates

CPJNSMTPConnection v2.94

December 4, 2011 Comments off

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

  • Updated CPJNSMTPBodyPart::GetHeader to encode the title of a filename if it contains non-ASCII characters. Thanks to Anders Gustafsson for reporting this issue.
  • The sample app is now linked against the latst OpenSSL v1.0.0e dlls.
Categories: Web Site Updates