Hi Les, the problem is with your context line.
caller=context~stackframes~lastitem~executable~package~name This will not work under Regina as it uses ooRexx's Object Oriented stuff. To retrieve the context object you use the symbol ".context", but you have used "context" (period missing from the beginning) so it will not work. I can't comment on how the period disappeared. hth Jon On 12 September 2015 at 06:16, Les Koehler <vmr...@tampabay.rr.com> wrote: > > After much testing back and forth between ooRexx 4.2.0 and Regina 35, > suddenly under ooRexx I get, near the bottom: > > Microsoft Windows [Version 6.1.7601] > Copyright (c) 2009 Microsoft Corporation. All rights reserved. > > C:\Users\Les Koehler>cd c:\MyRexxStuff > > c:\MyRexxStuff>rexx testrexdump.rex dump > > 351 *-* If dump? > >>> "1" > 351 *-* Then > 351 *-* Do > 352 *-* If Arg(5,'O') > >>> "1" > 352 *-* Then > 352 *-* Do /* Build default left portion of > fileid */ > 353 *-* Call resolve_caller > 650 *-* RESOLVE_CALLER: > 651 *-* If from_the? > >>> "0" > 671 *-* Else > 671 *-* Do > 672 *-* If stackframes? > >>> "1" > 672 *-* Then > 672 *-* Do > 680 *-* caller=context~stackframes~lastitem~executable~package~na > me > 680 *-* caller=context~stackframes~lastitem~executable~package~na > me > 353 *-* Call resolve_caller > 206 *-* Interpret dumpvars('K','edit','Les') > 30 *-* call valueof ucwd > Error 97 running c:\MyRexxStuff\dumpvars.rex line 680: Object method > not found > Error 97.1: Object "CONTEXT" does not understand message "STACKFRAMES" > > c:\MyRexxStuff>cd c:\MyRexxStuff > > This is *after* re-installing ooRexx, which left the Regina crown icon > beside all my .rex files in windows Explorer, even though I checked the > boxes during install! > > What do I have to do to fix this sudden ooRexx error? > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Oorexx-users mailing list > Oorexx-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/oorexx-users >
------------------------------------------------------------------------------
_______________________________________________ Oorexx-users mailing list Oorexx-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-users