Jump to content

RexxDLL: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
Rexx DLL Kit for the C-Challenged. Template to create OS/2 rexx/Object Rexx extension functions using the Open Watcom C compiler.
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
;Files
Jorge Martins' EDM/2 article: [//www.edm2.com/0510/rexxdll.html Building a REXX DLL in C].
* rxdll.dll


==Functions==
==Functions==
Line 12: Line 11:


==Links==
==Links==
* [http://www.os2site.com/sw/dev/rexx/libs/rxdllkit.zip]
* [//hobbes.nmsu.edu/download/pub/os2/dev/rexx/rxdllkit.zip rxdllkit.zip]
* [https://github.com/OS2World/LIB-REXX-rxdlllib Source Code Git]


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

Revision as of 23:48, 3 January 2021

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