Just a remark about doing a little rexxtry.rex session to test 5.0alpha a bit:

    F:\download\Rexx\ooRexx\alpha500\work\bin_small>rexx rexxtry.rex
    REXX-ooRexx_5.0.0(MT)_32-bit 6.05 4 Nov 2015
      rexxtry.rex lets you interactively try REXX statements.
        Each string is executed when you hit Enter.
        Enter 'call tell' for a description of the features.
      Go on - try a few...            Enter 'exit' to end.
    do i over eins, zwei, drei; say i;end
    EINS
    ZWEI
    DREI
      ........................................... rexxtry.rex on WindowsNT
    do i over (eins, zwei, drei); say i;end
    EINS
    ZWEI
    DREI
      ........................................... rexxtry.rex on WindowsNT
    do i over .array~of(eins, zwei, drei); say i;end
    EINS
    ZWEI
    DREI
      ........................................... rexxtry.rex on WindowsNT

This is really *fun* (and great) !

---rony



On 18.11.2015 18:52, Rony G. Flatscher wrote:
> Erich,
>
> thank you very much for your efforts, it works (32 bit 5.0.0 alpha Nov 7th 
> 2015)!
>
> Ran "rexxcps.rex" from the ooRexx 4.2.1 samples directory successfully 
> (comparing a few runs
> between the 5.0.0 alpha and 4.2.1 GA indicates that 5.0 alpha is currently 
> appr. 10% slower than
> 4.2.1 GA).
>
> ---rony
>
>
>
> On 17.11.2015 23:52, Erich Steinböck wrote:
>> Rony,
>>
>> seems that |EDITBIN /SUBSYSTEM:CONSOLE,5.01 /OSVERSION:5.1|
>> should have been the correct incantation
>>
>> I've just uploaded editbin-patched 32- and 64-bit ooRexx builds (still at 
>> the same SVN revision
>> as before) which should now run on XP, too (though I've just tested a simple 
>> "say 2*2" on 32-Bit
>> XP.  Haven't tested on 64-bit XP, nor run any regression tests)
>>
>> Erich
>>
>> On Tue, Nov 17, 2015 at 9:11 PM, Erich Steinböck 
>> <erich.steinbo...@gmail.com> wrote:
>>
>>     Rony, I tested on XP and can confirm the issue.
>>     I found several references that VS 2013/4/5 - built EXE's won't run 
>> under XP any more.
>>     I tried the suggested fix |EDITBIN /SUBSYSTEM:WINDOWS,5.01 /OSVERSION:5.1
>>     |but unfortunately it doesn't seem to work here
>>     Seems to require more investigation.
>>

------------------------------------------------------------------------------
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to