Jump to content

REXX.DLL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
This component is used by the REXX scripting language included in OS/2.  
This component is used by the [[REXX]] scripting language included in OS/2.  


==Versions==
==Versions==
{| border="1"
{|class="wikitable"
!Date||Version||Size||Comments
|-
|-
!Date
|1993-03-04 16:30|| ||248,368 bytes||OS/2 2.0 XR_6100
!Version
!Size
!Comments
|-
|9-06-2000  12:42       
|N/A
|266,031 bytes.
|
|-
|-
|2000-09-06 12:42||N/A||266,031 bytes||
|}
|}


 
==DLL Entry Points==
{| border="1"
{|class="wikitable"
|-
|1||RexxStart
|1
|2||RexxVariablePool
|RexxStart
|2
|RexxVariablePool
|-
|-
|3
|3||RexxSetHalt
|RexxSetHalt
|4||RexxSetTrace
|4
|RexxSetTrace
|-
|-
|5
|5||RexxResetTrace
|RexxResetTrace
|6||RXTRACERESET
|6
|RXTRACERESET
|-
|-
|7
|7||RXBREAKCLEANUP
|RXBREAKCLEANUP
|8||RXVAR
|8
|RXVAR
|-
|-
|9
|9||REXXSAA
|REXXSAA
|10||RXHALTSET
|10
|RXHALTSET
|-
|-
|11
|11||RXTRACESET
|RXTRACESET
| ||
|}
|}


Line 55: Line 38:
* SESMGR.DLL
* SESMGR.DLL
* QUECALLS.DLL
* QUECALLS.DLL
* MSG.DLL
* [[MSG.DLL]]


==Alterantives==
==Alternatives==
* Some of the REXX functions available on this file are also available on [[Regina REXX]] - [[REGINA.DLL]] but a file replacement has not been created.  
* Some of the REXX functions available on this file are also available on [[Regina REXX]] - [[REGINA.DLL]] but a file replacement has not been created.  


[[Category:Files]]
[[Category:Files]]

Revision as of 16:21, 5 September 2016

This component is used by the REXX scripting language included in OS/2.

Versions

Date Version Size Comments
1993-03-04 16:30 248,368 bytes OS/2 2.0 XR_6100
2000-09-06 12:42 N/A 266,031 bytes

DLL Entry Points

1 RexxStart 2 RexxVariablePool
3 RexxSetHalt 4 RexxSetTrace
5 RexxResetTrace 6 RXTRACERESET
7 RXBREAKCLEANUP 8 RXVAR
9 REXXSAA 10 RXHALTSET
11 RXTRACESET

DLLs Loaded

  • DOSCALL1.DLL
  • REXXAPI.DLL
  • KBDCALLS.DLL
  • NLS.DLL
  • SESMGR.DLL
  • QUECALLS.DLL
  • MSG.DLL

Alternatives

  • Some of the REXX functions available on this file are also available on Regina REXX - REGINA.DLL but a file replacement has not been created.