RexxDLL: Difference between revisions
Appearance
Created page with "Rexx DLL Kit for the C-Challenged. Template to create OS/2 rexx/Object Rexx extension functions using the Open Watcom C compiler. ;Files * rxdll.dll ==License== * Author: Jan..." |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Rexx DLL Kit for the C-Challenged | The Rexx DLL Kit for the C-Challenged provides a simple template to create OS/2 REXX or Object REXX extension functions using the Open Watcom C compiler. The basic outline is from | ||
Jorge Martins' EDM/2 article: [//www.edm2.com/0510/rexxdll.html Building a REXX DLL in C]. | |||
* | |||
==Functions== | |||
* RxDllLoadFuncs | |||
* RxDllDropFuncs | |||
* RxDllFunc1 | |||
==License== | ==License== | ||
Line 7: | Line 11: | ||
==Links== | ==Links== | ||
* [ | * [rxdllkit.zip] | ||
[[Category:REXX Function Library]] | [[Category:REXX Function Library]] |
Latest revision as of 22:29, 25 July 2023
The Rexx DLL Kit for the C-Challenged provides a simple template to create OS/2 REXX or Object REXX extension functions using the Open Watcom C compiler. The basic outline is from Jorge Martins' EDM/2 article: Building a REXX DLL in C.
Functions
- RxDllLoadFuncs
- RxDllDropFuncs
- RxDllFunc1
License
- Author: Jan Lambert
Links
- [rxdllkit.zip]