[Oorexx-devel] Question ad unloader function

2009-06-07 Thread Rony G. Flatscher
Currently, I have been trying to debug the following problem: unloader function does not run. Scenario #1: there is the BSF4Rexx.dll which contains a loader and an unloader function. If rexx.exe starts a Rexx program that then loads the BSF4Rexx.dll, the loader runs and when the Rexx program

Re: [Oorexx-devel] Question ad unloader function

2009-06-07 Thread Rony G. Flatscher
Rick McGuire wrote: The Terminate() call must be made on the same thread that called RexxCreateInterpreter originallythat's the only issue I can think of that might prevent things from shutting down. Just double-checked, Terminate() is issued on the same thread as