In my code, I had inadvertently place a CALL to a WINAPI function (showwindow), rather than a function reference. I included 'USE MSWIN' in the function that referenced the API.
There was no error or warning. The effect on the code was to make it all wonky (only way I can describe it). The callbacks did not work for the %rd it was tied to, and only clicking on the upper right 'X' would close the window.
I am wondering if perhaps, somewhere, I have something similar that is making my use of HELP all messed up.
But, it seems like the compiler should find this kind of problem.