OK, I fixed some of the problem. When the program was executed with a .rexxdw suffix, rexxdw.exe was
still a running process even after I clicked on the X at the top right corner of the main window. I
found from the rexxdw.rexx demo that I was missing the following like:
Call dw_signal_connect !global.!mainwindow, !REXXDW.!DW_DELETE_EVENT, 'QuitCallback', !global.!mainwindow
Now, when I...
2008-02-20 20:56:11 UTC in Regina REXX Interpreter