This package has two programs to wrap a rexx program in either a VIO (commandline) or PM (presentation manager) executable.
Features of this implementation:
- build from assembler source: small size - comes close or is below the size of the wrapped rexx, less processing overhead and memory usage
- turns the rexx scripts into plain executable resources - no need to compress the resources (using i.e. Lx-Lite) since the OS build in page compression can be used.
Usage:rexx2pm.cmd <sourcefile> [<exefile>]
rexx2vio.cmd <sourcefile> [<exefile>]
where <sourcefile>
is the rexx source. It does not need but is recommended to begin with a /*
comment.
target file name. if not specified the name is derived from
<exefile><sourcefile>
less extension plus .EXE
.
Both rexx scripts take the wrapper executable code from rexx_pm.exe
or rexx_vio.exe
respectivly.
Requirements: installed resource compiler (RC.EXE
), but you can use also the Watcom one.
Add new comment