In the latest build tools Microsoft have removed support for deprecated features like TR1, and as a consequence OWLNext 6.44 no longer builds with latest Visual C++ 2026: 1> ..\..\include\owl/transfer.h(1478,1): error C2039: 'tr1': is not a member of 'std' (compiling source file transfer.cpp)
CHG: FolderSize example: Enabled segment heap (see discussion https://sourceforge.net/p/owlnext/discussion/97177/thread/08e9a84bf8/).
MSVC Build Tools version 14.51 (GA) now available
NEW: FolderSize example: Added tip dialog.
RGR: Partial revert - the full fix for [bugs:#641] cannot be applied due to the GetErrorCode method not implemented in 6.44 branch.
CHG: Refactored TTipDialog::BulbBitmap to make use of std::unique_ptr.
NEW: Implemented TStringTipSource class for TTipDialog. See [feature-requests:#280].
CHG: Fixed the logic in TFileTipSource::GetTipName.