I've been away from ooRexx a while but have now started to look into an old
problem trying to run my app under XP. I earlier reported an error that
appeared to be generated by ooDialog.exe calling rexxapi.dll, but I have
since managed to locate the specific rexx code that causes all this:

queue1 = .Outtrap~exec("assoc")

::CLASS Outtrap PUBLIC SUBCLASS RexxQueue
::METHOD exec CLASS
  use arg command = ""

  queue = self~new(self~create)    <======= This statement causes the error
  if command <> "" then command '| rxqueue "'queue~get'"'
  return queue

::METHOD uninit
  self~delete

The code works perfectly under Windows 7 but fails under XP with the
following:

AppName: ooDialog.exe AppVer: 4.2.4.9506
ModName: rexxapi.dll ModVer: 4.1.4.9506
Offset: 000020f1

Any ideas?

Staffan
------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to