EVRexx: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
EVRexx is a package of external functions for REXX procedures. It enables the use of PM dialog windows by utilising EVRexx functions. | EVRexx is a package of external functions for REXX procedures. It enables the use of PM dialog windows by utilising EVRexx functions. | ||
;Files | |||
* EVREXX.DLL | |||
==Functions== | ==Functions== | ||
Line 21: | Line 23: | ||
==Links== | ==Links== | ||
* [ | * [https://hobbes.nmsu.edu/?search=EVREXX EVRexx] - Version 1.00 (1995-03-26) | ||
* [https://github.com/OS2World/LIB-REXX-EVRexx EVRexx source code at Github] | * [https://github.com/OS2World/LIB-REXX-EVRexx EVRexx source code at Github] | ||
[[Category:REXX Function Library]] | [[Category:REXX Function Library]] |
Latest revision as of 22:04, 7 December 2022
EVRexx is a package of external functions for REXX procedures. It enables the use of PM dialog windows by utilising EVRexx functions.
- Files
- EVREXX.DLL
Functions
- EVRloadFuncs
- EVRdropFuncs
- EVRinit
- EVRsetVars
- EVRcleanup
- EVRloadDialog
- EVRmodalDialog
- EVRmodelessDialog
- EVRdestroyDialog
- EVRmanageControl
- EVRmessageBox
- EVRfileDialog
- EVRversion
License
- GNU GPL V2
- Author: Bernhard Bablok
Links
- EVRexx - Version 1.00 (1995-03-26)
- EVRexx source code at Github