Archive

Archive for July, 2016

ShelExec v1.20

July 31, 2016 Comments off

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

  • Updated copyright details.
  • Remove the TIMEOUT command line parameter and the hidden window which gets created by ShelExec.
  • Fixed a resource leak where the code would not release the hProcess handle which can be returned from ShellExecuteEx.
  • The application now sets the ShelExec process return code based on any error values which occur while being run.
  • Calling the GetShortPathName API to convert from a long filename to a 8.3 filename is now completely based on the "NOSFNC" command line option.
  • Reworked the IDP_USAGE messagebox text.
  • Tidied up the implementation of the CMyCommandLineInfo::ParseParam method.
  • Introduced a new /NOUI command line option.
  • Improved the error message displayed when GetModuleFileName API fails.
  • Introduced a new /WAITFORINPUTIDLE command line option.
  • Introduced a new /MONITOR command line option.
Advertisement
Categories: Web Site Updates

MfcCDDB v1.35

July 30, 2016 Comments off

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

  • Updated code to use new preprocessor define of CWSOCKET_MFC_EXTENSIONS instead of CWSOCKET_MFC_EXTENSTIONS
Categories: Web Site Updates

CPJNPOP3Connection v1.53

July 27, 2016 Comments off

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

  • Updated code to use new preprocessor define of CWSOCKET_MFC_EXTENSIONS instead of CWSOCKET_MFC_EXTENSTIONS
  • Minor update to the sample project settings to remove _MBCS preprocessor macro when compiling for Unicode.
Categories: Web Site Updates

DtWinVer v2.0

July 25, 2016 Comments off

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

  • Reworked the code in test.cpp to correctly report on versions of Windows Server Enterprise. This follows testing on Windows Server 2016 Standard Technical Preview 5.
Categories: Web Site Updates

PyDebug++ v1.04

July 25, 2016 Comments off

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

Categories: Web Site Updates

CScintillaCtrl, CScintillaView & CScintillaDoc v1.37

July 25, 2016 Comments off

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

  • Added SAL annotations to all the code
Categories: Web Site Updates

PyDebug++ v1.03

July 24, 2016 Comments off

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

  • Updated copyright details.
  • Sample app now ships with Python v3.5.2 binaries
  • CPyDebugFrameWnd::PyStrToCString method has been updated to avoid unnecessary code which null terminates the return value string.
Categories: Web Site Updates

SCardWrappers v1.04

July 24, 2016 Comments off

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

  • Reworked the AttributeASCIIBinaryStringToString function to avoid the need to call the Win32 API MultiByteToWideChar. Instead now the code uses the ATL class CA2T.
Categories: Web Site Updates

W3Mfc v2.01

July 24, 2016 Comments off

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

  • Reworked CW3MFCRequestParams class to be derived from CMapStringToString
  • Removed call to m_HeaderMap.InitHashTable in CW3MFCRequest constructor.
Categories: Web Site Updates

SocServer v1.05 & SocClient v1.05

July 24, 2016 Comments off

Just to let everyone know that v1.05 of SocServer / SocClient have been released. Updates for this version include:

  • Updated copyright details
  • Updated code to compile cleanly in VC 2010 to VC 2015
Categories: Web Site Updates