Jump to content

EVRexx: Difference between revisions

From EDM2
No edit summary
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
EVRexx is a package of external functions for REXX-programs. EVRexx enables the use of PM dialog-windows from your REXX-application.
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


==Links==
==Functions==
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/rexx&file=evrexx.zip EVRexx Binaries] Version 1.00 Version: 26-Mar-1995
* EVRloadFuncs
* [https://github.com/OS2World/LIB-EVRexx EVRexx Git]
* EVRdropFuncs
* EVRinit
* EVRsetVars
* EVRcleanup
* EVRloadDialog
* EVRmodalDialog
* EVRmodelessDialog
* EVRdestroyDialog
* EVRmanageControl
* EVRmessageBox
* EVRfileDialog
* EVRversion


==Author==
==License==
* [[Bernhard Bablok]]
*GNU GPL V2
*Author: [[Bernhard Bablok]]


==License==
==Links==
* Open Source. GNU GPL V2.
* [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]


[[Category:Tools]]
[[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

Links