Jump to content

EVRexx: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
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]].
 
==License==
*GNU GPL V2
*Author: [[Bernhard Bablok]]


==Links==
==Links==
* [http://hobbes.nmsu.edu/download/pub/os2/dev/rexx/evrexx.zip evrexx.zip] - Version 1.00 (1995-03-26)  
* [http://hobbes.nmsu.edu/download/pub/os2/dev/rexx/evrexx.zip evrexx.zip] - 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]
==Documents==
* [[EVRexx API]]
==Author==
* [[Bernhard Bablok]]
==License==
* Open Source. GNU GPL V2.


[[Category:REXX Function Library]]
[[Category:REXX Function Library]]

Revision as of 13:48, 9 February 2018

EVRexx is a package of external functions for REXX procedures. It enables the use of PM dialog windows by utilising EVRexx Functions.

License

Links