Re: [Oorexx-devel] Done (Re: Fwd: Regarding API samples, thoughts and suggested changes

2021-11-01 Thread Rick McGuire
I'm thinking it might be better to use REXX_CURRRENT_INTERPRETER_VERSION rather than REXX_INTERPRETER_5_0_0 for these samples since they will always be associated with the current release level. Rick On Mon, Nov 1, 2021 at 12:29 PM Rony G. Flatscher wrote: > Yesterday evening I checked in the c

Re: [Oorexx-devel] Done (Re: Fwd: Regarding API samples, thoughts and suggested changes

2021-11-01 Thread P. O. Jonsson
👍🙏 Von meinem iPhone gesendet > Am 01.11.2021 um 17:34 schrieb Rony G. Flatscher : > >  > Yesterday evening I checked in the concluding changes for the api samples, > after testing them on 32-bit Windows, 64-bit Linux and Apple. Today, testing > on Win64 was successful as well. So this projec

[Oorexx-devel] Done (Re: Fwd: Regarding API samples, thoughts and suggested changes

2021-11-01 Thread Rony G. Flatscher
Yesterday evening I checked in the concluding changes for the api samples, after testing them on 32-bit Windows, 64-bit Linux and Apple. Today, testing on Win64 was successful as well. So this project is done from my perspective. Of course, if you find any omissions or errors please either fix t

Re: [Oorexx-devel] [devel] Reusing an instance of the .Stream class

2021-11-01 Thread J Leslie Turriff
Okay, thanks. Leslie On 2021-10-31 10:16:16 Rick McGuire wrote: > Taking a quick look at the code, reusing the stream object will cause a > memory leak and potentially leave you with open file handles. > > Rick > > On Sat, Oct 30, 2021 at 11:28 AM Erich Steinböck > > > wrote: > > can I r

Re: [Oorexx-devel] Reusing an instance of the .Stream class

2021-11-01 Thread Rick McGuire
Taking a quick look at the code, reusing the stream object will cause a memory leak and potentially leave you with open file handles. Rick On Sat, Oct 30, 2021 at 11:28 AM Erich Steinböck wrote: > can I reuse fileStream somehow? There seems to be no way to associate >> fileStream with a differ