File index of GFD.DEV: OS2 Rexx samples, libs, dlls etc page 2

PrevPrev  HomeHome  IndexIndex  NextNext

Nr. Filename Date Size Downloads Description
51 regma100.zip 24-12-2003 89 Kb. 11
RegMath: math libraries for Regina. RegMath
consists of two libraries of transcendental
functions which allow rexx programmers to easily
and efficiently perform calculations in a wide
array of application domains. In both libraries,
the routines convert rexx variables into binary
floating point format and use the system's math
libraries to perform the calculation. This has
the advantage of simplicity and speed, but
limits precision to 16 digits. 
52 regut125.zip 24-12-2003 244 Kb. 10
RexxUtil for Regina (RegUtil), version 1.2.5.
RegUtil is an implementation of IBM's RexxUtil
for Regina. RexxUtil is a collection of
functions which perform certain useful services,
such as searching directories and files,
performing contention management, and so on. The
documentation is in regutil.pdf, which is part
of the distribution. 
53 rexioos2.zip 20-02-2006 241 Kb. 11
REXX I/O Library Version 6.05. REXXIO is a
general REXX Input/Output library to aid general
File I/O and Window/Keyboard/Mouse manipulation.
(c) Copyright LesTec Pty Limited 1998-2004. All
Rights Reserved. 
54 Rexx2Nrx.zip 11-02-2003 427 Kb. 11
Rexx2Nrx: The classic REXX to NetRexx Converter
release 4.01. Rexx2Nrx attempts to convert
classic Rexx programs to NetRexx. A runtime
package is provided including the 'classic Rexx
builtin functions' not available in NetRexx,
like Date/Time, File IO, builtin Stack, etc.
Copyright (c) Thomas Schneider 
55 rexx_exe.zip 12-04-2006 11 Kb. 10
REXX_EXE 2006. 4.10
wrap REXX scrips into OS/2 PM
or VIO executables 
56 RexxBOS.zip 01-06-2002 345 Kb. 10
RexxBOS software and documentation is Copyright 
(c) 1996 by LogiSoft AR Ltd. All rights reserved
The RexxBOS library gives the REXX programs an 
ultimate control over the OS/2 control program, 
keyboard, mouse, and display devices previously 
available only to the programs written in C, 
Pascal or Assembler. The library can be called 
from the OS/2 system interpreter REXX and can 
augment the Visual REXX products from Watcom, 
Hockware or IBM.  More than a hundred 
comprehensive RexxBOS functions combine 
features of hundreds OS/2 APIs. They give 
REXX programmers power to benefit from the 
wealth of the OS/2 features. 
57 rexxcl12.zip 19-12-2004 231 Kb. 11
The Rexx/CURL Library version 1.2. Rexx/CURL is
an external function package for interfacing to
cURL, 7.8 or above. It enables Rexx programmers
to maniate URL based resources by calling
functions that wrap the cURL easy functions
provided in libcurl. It is also available on
several other operating systems. An extension
library for use with most versions of Rexx and
providing access to the libcURL Toolkit.
Copyright (C) 2000-2004 Mark Hessling 
58 rexxd121.zip 14-12-2012 62 Kb. 9
RexxUtil Library Reference (INF format) Version
1.2.1. Copyright (c) 2009-2012 Alex Taylor.
Detailed up-to-date API documentation for
REXXUTIL. This document, REXXUTIL.INF, describes
the OS/2 REXX Utilities (REXXUTIL) library in
much more detail than IBM's REXX.INF (which has
not been significantly updated since OS/2 Warp
3). It includes all new functions added since
Warp 3 (including those previously described
only in OREXX.INF and READREXX.TXT), and
detailed coverage of subjects like extended
attribute format and WPS setup strings (which
are only vaguely discussed in IBM's REXX
documentation). This document applies to both
Classic and Object REXX. 
59 rexxdw21.zip 31-05-2015 314 Kb. 9
The Rexx/DW Library Version 2.1. Copyright (C)
2003-2011 Mark Hessling. Rexx/DW provides Rexx
programmers with a lightweight, cross-platform
GUI package. Rexx/DW uses Dynamic Windows to
provide the cross-platform GUI that runs
natively on Windows, OS/2 and GTK+. 
60 rexxdwsr.zip 28-05-2015 590 Kb. 9
The Rexx/DW Library Version 2.1. Sources.
Copyright (C) 2003-2011 Mark Hessling. Rexx/DW
provides Rexx programmers with a lightweight,
cross-platform GUI package. Rexx/DW uses Dynamic
Windows to provide the cross-platform GUI that
runs natively on Windows, OS/2 and GTK+. 
61 RexxEGD.zip 01-06-2002 412 Kb. 12
Rexx Entropy Gathering Daemon for OS/2 
62 rexxf101.zip 24-12-2003 38 Kb. 12
Rexx File Utilities (FileUt), version 1.0.1.
FileUt is a set of functions which provide
special kinds of file handling to rexx programs,
roughly following the Rexx IO model.  It gives
functions filelinein, filelineout, filecharin,
and filecharout, which work essentially the same
way as the standard linein, lineout, charin, and
charout functions, except they read and write
special kinds of files. 
63 rexxgd20.zip 23-12-2004 494 Kb. 10
Rexx/Gd 2.0 - OS/2 port. This is the OS/2 port
of Rexx/Gd 2.0. Rexx/gd is a Rexx interface to
the gd graphics library. This interface allows a
Rexx programmer to create and manipulate
graphics images. To use Rexx/gd you'll need the
following libraries: zlib 1.1.4, freetype 1.2,
libjpg 0.6b, png 1.0.3, Xpm ??? (included for
convenience) 
64 rexxis11.zip 03-08-2003 86 Kb. 12
Rexx/ISAM 1.1. Rexx/ISAM is an external function
package for most Rexx interpreters that provides
an interface to ISAM files from Rexx programs.
Copyright (C) 2000-2003 Mark Hessling 
65 rexxmous.zip 18-11-2009 20 Kb. 12
Simple mouse DLL for REXX, with VP source.
Returns mouse position for clicks on text
screens. Also provides a working example for any
other REXX extension. Author: Denzil Danner. 
66 rexxr101.zip 24-09-2003 197 Kb. 11
RexxRE 1.0.1, regular expressions library for
Rexx. RexxRE provides a Rexx interface to POSIX
regular expressions. There is an analog to each
of the POSIX functions, and a 'parse' function
which provides functionality similar to the Rexx
parse instruction. The package includes
documentation in the file rexxre.pdf and
pre-built binaries for Regina on Win32 platforms
(win32/rexxre.dll), other interpreters
(rexxtrans/rexxre.dll), and OS/2
(os2/rexxre.dll). 
67 rexxss2.zip 21-05-2020 5330 Kb. 4
GammaTech REXX SuperSet/2. GammaTech REXX
SuperSet/2 consistes of 2 software packages. The
first package is a set standard REXX external
function packages. This package can be installed
on any machine running OS/2 2.1 or later. The
second package is a set of SOM classes which can
only be used with OS/2 4.0 or later with Object
REXX as the default REXX environment. 
68 rexxtk20.zip 29-01-2003 239 Kb. 10
The Rexx/Tk Library (version 2.0.0). An
extension library for use with most versions of
Rexx and providing access to the Tk Graphic User
Interface Toolkit. Copyright (C) 1999 Roger
O'Connor. Copyright (C) 2000-2001 Mark Hessling. 
69 rexxutil.zip 06-03-2008 166 Kb. 9
eCS rexxutil.dll clone. This is an experimental
clone of the rexxutil.dll with source. Please
see the readme.txt file included in the archive
before you attempt to use this dll. Author
Michael Greene 
70 rexxxml.zip 24-02-2004 828 Kb. 10
RexxXML version 1.0.0. Copyright 2003, Patrick
TJ McPhee. The RexxXML library provides a Rexx
interface to data represented using HTML or any
XML dialect. 
71 rexxxmlp.zip 19-08-2016 106 Kb. 6
ParseXML v2.1.0. Copyright (c) 2009-2016, Andrew
J. Armstrong. All rights reserved. ParseXML is
an an XML parser written in REXX that does not
require external libraries. The main prograrm is
written in SAA REXX and will work on OS/2 and
other compatible systems unmodified but the
OOREXX port provided in a subfolder is meant for
Windows and will require some changes to work
with OS/2 OOREXX.  
72 rgbcalc.zip 08-02-2004 87 Kb. 9
RGB Color Calculator for Vispro/REXX. This
program is a tool for application development
and designed especially for Vispro/REXX. This
program displays the RGB value and each of the
Red, Green and Blue components of a text object. 
73 rwini120.zip 06-04-2019 29 Kb. 6
rwIni 1.20. Copyright (C) 2018 Richard L Walsh.
All Rights Reserved. rwIni is a REXX interface
to rwPrf, a library that emulates the PM Profile
functions. It is only appropriate for use with
private INI files and will refuse to handle the
current System and User INI files. Apache
License, Version 2.0. 
74 rxcomm19.zip 08-02-2004 35 Kb. 10
RxComm for OS/2 Warp Ver.1.9. Copyright (C)
1998-2002 Naga (Kazuo Adachi). This package
provides REXX callable functions to access
communication port (i.e. RS-232C, COMx) simply. 
75 rxdllkit.zip 01-02-2007 20 Kb. 10
A rexx extension DLL kit for the C-challenged.
Sources and instructions to build Rexx extension
dlls using Open Watcom C. Author Jan Lambert. 
76 rxeas.zip 05-10-2002 7 Kb. 9
rxeas 1.0  - Sample REXX scripts to manage
extended attributes. 
77 rxexif.zip 14-10-2005 143 Kb. 9
RXEXIF.DLL v1.1 is a REXX DLL to read EXIF image
information on the OS/2 or eComStation operating
system. With RXEXIF.DLL you can view image
details most digital cameras embed in the JPG
files. Data like camera brand, camera model,
recording time and date, etc can be viewed.
Write EXIF data is supported if the image
contains the description tag. RXEXIF.DLL is
copyright (C) 2003-2005 by Lone Peak Automation,
LLC.
LLC. 
78 rxhsh100.zip 24-09-2003 68 Kb. 9
RxHash 1.0.0, Associative arrays for Rexx. The
RxHash package is a set of routines for
manipulating associative (Key/Value) arrays
which can be copied and passed as function
arguments. It includes functions to convert
between RxHash arrays and stem variables, and C
language functions which can be used by other
Rexx loadable libraries to generate and modify
RxHash arrays. 
79 rximg103.zip 18-05-2014 608 Kb. 9
rxImgSize version 1.03 (2014-05-18) Rexx Screen
Capture. This is a Rexx Screen Capture
demostration with the source code. It is a
function in a rexx dll that can capture the
screen and save it to a file. Released under the
BSD clause license. Author: Jan-Erik Lrka. 
80 rxirc_c.zip 07-08-2004 4 Kb. 9
RxIRC: IRC Client 
81 rxlb4smb.zip 12-12-2016 1221 Kb. 9
REXX libraries required by the Samba GUI tools.
The Samba GUI Tools are written in VX-REXX. In
addition to the VX-REXX runtime library and the
VX-REXX splitbar control, they also make use of
several other REXX libraries that have been
available free of charge for many years. This
package installs all of them for your
convenience in order to make sure the Samba GUI
tools can be run properly. Unfortunately an
earlier revision installed the libraries into
wrong places. Please uninstall any previous
revision of this package before installing this
one! 
82 rxm130.zip 05-04-2004 37 Kb. 9
RXMMIO.DLL v1.30 is a REXX DLL to manipulate
image files using the OS/2 or eComStation
Multimedia I/O Procedures included with the
operating system. Functions to get image
information, converting between various image
file formats and merging single images into one
multipage image file are provided. In addition,
a number of basic non MM/2 related image
processing functions are included for grayscale
conversion, brightness manipulation, image
trimming, image sizing, image zooming and RLE24
to no compression conversion. RXMMIO.DLL is
copyright (C) 2003 by Lone Peak Automation, LLC. 
83 rxmgbx10.zip 27-01-2018 24 Kb. 8
Replacement for RxMessageBox v1.0 
84 rxmmutl.zip 02-08-2008 200 Kb. 9
Marcel Mueller's REXX utilities version 0.31.
REXX utilities beyond REXXUTIL for OS/2. This is
a (growing) collection of miscellaneous REXX
utility functions and code fragments. Some of
them are coded in REXX others in C. 
85 rxmous2.zip 22-05-2019 29 Kb. 6
Rxmouse version 2. Simple mouse DLL for REXX,
with C source. Returns mouse position for clicks
on text screens. Author: Frank Beythien 
86 rxmsgb10.zip 29-12-2017 24 Kb. 8
Replacement for RxMessageBox v1.0, to avoid a
PMREXX bug (the ADDRESS() BIF doesn't return
PMREXX anymore). Author: A. Doff. 
87 rxnumlck.zip 05-07-2002 23 Kb. 9
Turn NumLock ON with REXX. By A. Doff 
88 rxos2eas.zip 27-09-2003 50 Kb. 9
Scripts to check OS/2 EAs 
89 rxowire.zip 26-05-2008 19 Kb. 9
REXX DLL to access 1-Wire devices using the
DS9097U serial interface. Freeware. A REXX DLL
capable of reading 1-Wire devices using the
Maxim DS9097U RS-232 based interface. Displays
all device IDs found on 1-Wire net and reads
temperature if a DS1820 sensor is present.
Sample REXX script included. Copyright (c) 2008
Lone Peak Automation. 
90 rxprtutl.zip 13-02-2017 19 Kb. 9
REXX OS/2 Printer Utility API (RXPRTUTL.DLL).
Copyright (C) 2011-2016 Alex Taylor. 
91 rxshell.zip 27-09-2003 444 Kb. 9
RxShell 3.1 - RXSHELL is a REXX script in the
spirit of IBM's REXXTRY, which in turn is a
variant of the famous...  
92 rxsql25l.zip 06-10-2006 749 Kb. 9
Rexx/SQL 2.5 for SQLite OS/2 3.0+/eCS 1.0+. This
archive contains the executables for Rexx/SQL
for SQLite under OS/2; both .exe and .dll's.
Rexx/SQL is distributed under the terms of the
GNU General Public License. See the enclosed
file COPYING for details. Rexx/SQL supports
either the "classic" OS/2 Rexx or Object Rexx.
Rexx/SQL provides a simple interface for Rexx
programs to access SQL databases through a
number of external functions. Rexx/SQL is
intended to provide a consistant interface to
all SQL databases. 
93 rxsql25m.zip 06-10-2006 137 Kb. 9
Rexx/SQL 2.5 for MySQL 5.0.x OS/2 3.0+/eCS 1.0+.
This archive contains the executables for
Rexx/SQL for MySQL under OS/2; both .exe and
.dll's. Rexx/SQL is distributed under the terms
of the GNU Library General Public License. See
the enclosed file COPYING-LIB for details.
Rexx/SQL supports either the "classic" OS/2 Rexx
or Object Rexx. Rexx/SQL provides a simple
interface for Rexx programs to access SQL
databases through a number of external
functions. Rexx/SQL is intended to provide a
consistant interface to all SQL databases. 
94 rxtrns17.zip 20-11-2004 112 Kb. 9
Rexx/Trans Version 1.7. Rexx/Trans is a dynamic
link library or shared library that translates
Rexx API calls from an external function package
or application into API calls specific to a
particular Rexx interpreter. Rexx/Trans is only
of interest to people building and distributing
applications that use Rexx external function
packages. 
95 rxu_19.zip 02-06-2019 274 Kb. 6
RXU 1.9. RXU is a rich set of Rexx functions
which expose most of the OS/2 API set to Rexx
programs (memory management/access, semaphores,
pipes, queues, module handling,
threading/tasking, system information, i/o,
devioctl, etc.). Open Source under the BSD
3-Clause License. Includes samples and source
code. Author: Dave Boll. 
96 rxunlock.zip 16-12-2004 26 Kb. 9
RxUnlock 2004.11.16
Rexx libary functions:
executable modules unlock,
CRC32, MD5 with CDROM option,
file compare, CPU detection,
Random 
97 rxutx015.zip 09-03-2017 80 Kb. 8
REXX Utility Functions Extended (RXUTILEX.DLL)
version 0.15. Copyright (C) 2011-2017 Alex
Taylor. The purpose behind the RXUTILEX library
is that it should basically provide everything
that should have been in RexxUtil, but isn't.
Specifically, useful system-related functions of
a relatively general-purpose nature, as well as
commonly-needed data formatting routines. 
98 rxwav.zip 28-01-2003 74 Kb. 9
RxWav: REXX audio library for OS/2 (Version beta
RxWav library is a set of functions that allow t
files, i.e. changing volume level, applying filt
etc. 
99 rxwavsrc.zip 28-01-2003 41 Kb. 9
RxWav: REXX audio library for OS/2 (Version beta
RxWav library is a set of functions that allow t
files, i.e. changing volume level, applying filt
etc. Sources. 
100 rxweb151.zip 18-05-2009 177 Kb. 9
REXXWEB.DLL provides additional functions which
greatly assist in writing OS/2 REXX based cgi
scripts, form processing, file uploads, email,
sending attaches via smtp retrieving via pop,
and other functions.
e-mail and attachments via SMTP, checking and
retrieving POP3 mail, getting documents via
HTTP, building simple PDF documents and a range
of useful date, file and string functions.
Perform warm PC Reboot and call NTP servers. 

PrevPrev  HomeHome  IndexIndex  NextNext