[Oorexx-devel] Uninits not running

2009-06-14 Thread Rony G. Flatscher
Currently, the BSF4Rexx.dll works as intended, if Rexx scripts are started via rexx.exe, and the dll is loaded via rexx.exe. The loader function runs when BSF4Rexx gets loaded, the uninits and the unloader function run, upon termination of the Rexx script. In use case # 2, Java loads

Re: [Oorexx-devel] Uninits not running

2009-06-14 Thread Rick McGuire
All of the symptoms you describe would suggest you are not terminating your interpreter instances correctly...but that's what I suggested earlier... Rick On Sun, Jun 14, 2009 at 6:40 AM, Rony G. Flatscherrony.flatsc...@wu-wien.ac.at wrote: Rick McGuire wrote: I've already given you my

Re: [Oorexx-devel] Uninits not running

2009-06-14 Thread Rony G. Flatscher
Rick McGuire wrote: All of the symptoms you describe would suggest you are not terminating your interpreter instances correctly...but that's what I suggested earlier... Yes. Because of that I made sure (and will make sure with the planned nutshell example) that Terminate() is invoked in the