The ooRexx 5.0.0 ooDialog sample AnimalGame fails because its sample-specific resource DLL samples\oodialog\res\AnimalGame.dll is missing from installer
*-* Compiled method "GETIMAGES" with scope "ResourceImage".
122 *-* bitmaps = res~getImages(imageIDs)
*-* Compiled method "NEW" with scope "Object".
*-* Compiled method "NEW" with scope "PlainBaseDialog".
73 *-* dlg = .AnimalDialog~new(prgDir"res\AnimalGame.dll", IDD_ANIMALS, b., firstEditID, lastEditID)
Error 88 running C:\Program Files\ooRexx\samples\oodialog\AnimalGame.rex line 73: Invalid argument.
Error 88.900: The .ResourceImage object must not be null.
We'll probably need a CMake update patch (see samples\oodialog\res\res.mak)
There may be more implications, as res.mak builds even more stuff:
AnimalGame.dll
AnimalGame.res
oowalk2.dll
oowalk2.res
PropertySheetDemo.res
res.mak
TabOwnerDemo.res
Anonymous
This issue has been fixed with revision [r11507]
Related
Commit: [r11507]