Rexx/Wrapper

Version: 
2.4
Release date: 
Friday, 22 September, 2006

License:

Interface:

Authors/Port authors:

Rexx/Wrapper is a tool that wraps a Rexx source file, or tokenised code  into an executable program.  The Rexx source code can be optionally compressed and encoded to ensure  that the original Rexx code cannot be viewed (unless you have the original  encryption key).

This software is distributed as compressed package. You have to download and manually install it; if prerequisites are required, you will have to manually install them too.

Manual installation

Program is distributed as ZIP package: download to temporary directory and unpack to destination folder. See below for download link(s).

Online documentation:

Following ones are the download links for manual installation:

Rexx/Wrapper v. 2.4 (22/9/2006, Mark Hessling) Readme/What's new
Rexx/Wrapper 2.4 Rexx/Wrapper is a tool that wraps a Rexx source file, or tokenised code into an executable program. The Rexx source code can be optionally compressed and encoded to ensure that the original Rexx code cannot be viewed (unless you have the original encryption key). To use Rexx/Wrapper you need two extra bits of software: 1) A supported Rexx interpreter 2) A supported C compiler The Rexx interpreter that is linked with the executable must be capable of executing an "instore" Rexx macro via the SAA API. The Rexx interpreter used to build the executable wrapper can be different to the interpreter used to run the executable program. If wrapping tokenised code, then the Rexx interpreter that creates the tokenised code, MUST be the same interpreter that runs the tokenised code. All suppliers of Rexx interpreters provide access to their interpreter via a shared or dynamic library. This means that it is not possible to build a completely stand-alone executable; you will always have to include the shared or dynamic library with the executable built with Rexx/Wrapper. There is one exception to this rule; Regina. Regina also provides a static library, which means you can link your program with Regina's static library, and you will get a completely stand-alone executable. There is a catch however with using the Regina static library :-(. The Rexx program that you wrap, cannot dynamically load an external function package. This is because the Regina static library does not (and cannot) support the dynamic loading of external functions. External functions, by their very nature, require the presence of a dynamic or shared library to operate. Rexx/Wrapper supports all C compilers that support ANSI prototypes. Rexx/Wrapper will not work with older K&R C Compilers. For a list of the supported C compilers for the current platform, run rexxwrap.cmd with the '-help' switch.
 sourceforge.net/projects/rexxwrapper/files/rexxwrapper/2.4/rexxwrapper24_os2.zip/download
Record updated last time on: 10/04/2018 - 14:18

Translate to...

Add new comment