readme.pdf, dated Samstag, 18. April 2026, 09:49:20, bundled with oorexx-5.2.0-13156.windows.x86_64-portable-release.zip shows in chapter 1.1 New in this Release , paragraph In Windows ooRexx Only: (p. 4)
The version of ooDialog distributed in ooRexx 5.2.0 is ooDialog 4.2.3.
It is not. Running
parse source . . f; parse version . "-" vers . reldat
say 'Running' f; say 'using' vers reldat; say 'and' .DlgUtil~version
shows:
Running E:\oorexx-5.2.0-13156.x64\rx\NutEmSel
using ooRexx_5.2.0(MT)_64-bit 18 Apr 2026
and ooDialog Version 4.2.5.12940 (an ooRexx Windows Extension)
Even for ooRexx 5.oo it would be wrong:
Running D:\PRGM\rexx\ooNutFIP\alpha.rx
using ooRexx_5.0.0(MT)_64-bit 23 Dec 2022
and ooDialog Version 4.2.4.12373 (an ooRexx Windows Extension)
Anonymous