CPdh Changelog

What's new in CPdh 1.23

Mar 18, 2022
  • Updated copyright details.
  • Updated the code to use C++ uniform initialization for all variable declarations.

New in CPdh 1.20 (May 21, 2019)

  • Updated copyright details.
  • Updated the code to clean compile on VC 2019

New in CPdh 1.11 (Mar 16, 2009)

  • Updated copyright details.
  • Updated the code and sample app to clean compile on VC 2008
  • CPdhException::GetErrorMessage now only calls the FormatMessage function once. The second call is not required following a review of the FormatMessage documentation.
  • CPdhException::GetErrorMessage now uses the correct return value from FormatMessage.