Jump to content

Rexx/Wrapper: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{Software
|Name=REXX/Wrapper
|Version=2.4 (2006)
|Author=[[Mark Hessling]]
|Licence=[[GPL v2]]
|WWW=http://rexxwrapper.sourceforge.net
}}
A multi platform [[REXX]] pseudo compiler, it packs REXX code or tokenised REXX code into an executable file for a target operating system. Note that the resulting executable will still need the support of a REXX interpreter on the target system and you will not see any speeds up by using it, but it is suitable for obscuring your code in cases where you do not want the end user of your REXX script to have access to the source code.
A multi platform [[REXX]] pseudo compiler, it packs REXX code or tokenised REXX code into an executable file for a target operating system. Note that the resulting executable will still need the support of a REXX interpreter on the target system and you will not see any speeds up by using it, but it is suitable for obscuring your code in cases where you do not want the end user of your REXX script to have access to the source code.


Line 4: Line 11:


==Version==
==Version==
* Last known version: REXX/Wrapper v2.4 (2006-09-22)
* 2.4 (2006-09-22)


;Prerequisites
;Prerequisites
* A supported [[C]] compiler
* A supported [[C]] compiler
: There is a list of supported compilers on the REXX/Wrapper document page, but actually all OS/2 compilers we have tried with the system have worked.
:There is a list of supported compilers on the REXX/Wrapper document page, but actually all OS/2 compilers we have tried with the system have worked.
* A working REXX interpreter for the target system
* A working REXX interpreter for the target system
: If the target system anything but OS/2 that is.
: If the target system anything but OS/2 that is.
==Links==
* [http://rexxwrapper.sourceforge.net/ REXX/Wrapper Homepage]
* [https://sourceforge.net/projects/rexxwrapper REXX/Wrapper project page] - on [[SourceForge]].
==Licence==
* Open source software released under the [[GPL v2]].
==Author==
* [[Mark Hessling]]


[[Category:REXX]][[Category:Open Source Software]][[Category:Software written in C]]
[[Category:REXX]][[Category:Open Source Software]][[Category:Software written in C]]

Revision as of 22:36, 27 October 2019

Rexx/Wrapper
[[File:{{{Picture}}}|128px]]
Name REXX/Wrapper
Version 2.4 (2006)
Vendor
Author Mark Hessling
Licence GPL v2
WWW http://rexxwrapper.sourceforge.net

A multi platform REXX pseudo compiler, it packs REXX code or tokenised REXX code into an executable file for a target operating system. Note that the resulting executable will still need the support of a REXX interpreter on the target system and you will not see any speeds up by using it, but it is suitable for obscuring your code in cases where you do not want the end user of your REXX script to have access to the source code.

In addition to OS/2 the REXX/Wrapper compiler supports QNX, DOS, Microsoft Windows and most UNIX like systems.

Version

  • 2.4 (2006-09-22)
Prerequisites
  • A supported C compiler
There is a list of supported compilers on the REXX/Wrapper document page, but actually all OS/2 compilers we have tried with the system have worked.
  • A working REXX interpreter for the target system
If the target system anything but OS/2 that is.