Skip to content

Win32++ Version 9.5.2

Latest
Compare
Choose a tag to compare
@DavidNash2024 DavidNash2024 released this 21 May 04:34

Version 9.5.2

This version updates CTime, CString and the dock samples.

New Features and Enhancements

  • Updated CString.
    The CString constructor, operator+, operator+=, and operator<< overloads
    now support CStringA and CStringW arguments in addition to the arguments
    supported previously.

  • Updated ToCString.
    ToCString now supports CStringA and CStringW arguments in addition to the
    arguments supported previously.

  • Updated CTime.
    Some CTime constructors have been updated, and others removed.

  • Updated the docker samples to eliminate jitter when the dockers are resized.