For testing purposes only, I arrange this simple Rexx script:
sample.rex

/* sample */
::requires "OODPLAIN.cls"
module_name = "OORexx Sample"

::Routine Init Public
  pspad~addMenuItem("Version", module_name, "version")
  return
  
::Routine version Public
  theVersion = 'pspad version:  ' || pspad~pspadVersion
  pspad~echo(theVersion)
  return

Init

/*----------------------------------------------------*/
/*----------------------------------------------------*/

PsPad launches a dialog box containing this message:

<< Support for "Object Rexx" active scripting not found!
Install WSH with requested language support. >>

Open Object Rexx IS installed, and I have tested its WSH support.  What's the
mistake?

-- 
<http://forum.pspad.com/read.php?2,50737,50737>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem