Archive

Archive for September, 2009

CPL++ v1.30

September 7, 2009 Comments off

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

  • Fixed a bug in the declaration of IMPLEMENT_DYNAMIC(CControlPanelApp…). It was incorrectly setting the 2nd parameter to also be "CControlPanelApp". This was uncovered due to a change in the implementation of CDialog::DoModal in VC 2005. Thanks to Ivo Rytir for reporting this bug.
Advertisement
Categories: Web Site Updates

CSortedArray / CSortedArrayEx v1.41

September 7, 2009 Comments off

Just to let everyone know that v1.40 of CSortedArray / CSortedArryEx has been released. Updates for this version include:

  • OrderedInsert and Find methods are now Non-const methods. This allows the code to call the non const versions of CArray::GetData which helps avoids compiler errors in some client scenarios.
Categories: Web Site Updates

W3Mfc v1.93

September 7, 2009 Comments off

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

  • Fixed a debug mode ASSERT when calling TRACE in CW3MFCClient::PostLog

  • Categories: Web Site Updates