Difference between revisions of "VX-REXX"

From EDM2
Jump to: navigation, search
m
m
Line 4: Line 4:
 
VX-REXX was originally developed by [[Watcom]] which was acquired by [[Powersoft]] in 1994, and Powersoft merged with [[Sybase]] in 1995 who discontinued the product in 1998. And Sybase itself was later bought by SAP. Despite its discontinuation the system remains one of the most popular if not the the most popular development product in day to day use for OS/2 and eComStation systems.
 
VX-REXX was originally developed by [[Watcom]] which was acquired by [[Powersoft]] in 1994, and Powersoft merged with [[Sybase]] in 1995 who discontinued the product in 1998. And Sybase itself was later bought by SAP. Despite its discontinuation the system remains one of the most popular if not the the most popular development product in day to day use for OS/2 and eComStation systems.
  
====VX-REXX libraries and extensions====
+
===Libraries and extensions===
 
* [[VX-REXX Extras Library]]
 
* [[VX-REXX Extras Library]]
 
* [[VX-REXX Object Development Kit]]
 
* [[VX-REXX Object Development Kit]]
  
====VX-REXX code====
+
===VX-REXX code===
 
* [[VX-REXX Code snippets]]
 
* [[VX-REXX Code snippets]]
  
Line 18: Line 18:
 
* '''Last version for OS/2''': 2.1d (1995-09-19)
 
* '''Last version for OS/2''': 2.1d (1995-09-19)
  
====Downloads====
+
==Known issues==
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/rexx&file=VXRCSDem.zip Demo Version 2.1]
+
* [http://hobbes.nmsu.edu/h-browse.php?dir=/pub/os2/dev/rexx/patches Patches to 2.1d]
+
 
+
====Known issues====
+
 
See: [[Bastian Märkisch]]: [[Inofficial VX-REXX buglist]]
 
See: [[Bastian Märkisch]]: [[Inofficial VX-REXX buglist]]
  
Line 30: Line 26:
 
* [http://trac.netlabs.org/vxapps List of Netlabs projects written in VX-REXX]
 
* [http://trac.netlabs.org/vxapps List of Netlabs projects written in VX-REXX]
 
* [http://www.os2museum.com/wp/os2-history/os2-2-1-and-2-11/vxrexx_about/ OS/2 Museum VX-REXX 1.00]
 
* [http://www.os2museum.com/wp/os2-history/os2-2-1-and-2-11/vxrexx_about/ OS/2 Museum VX-REXX 1.00]
 +
 +
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/rexx&file=VXRCSDem.zip Demo Version 2.1]
 +
* [http://hobbes.nmsu.edu/h-browse.php?dir=/pub/os2/dev/rexx/patches Patches to 2.1d]
  
 
==Licence and availability==
 
==Licence and availability==
Line 52: Line 51:
 
* [http://books.google.com/books?id=IzsEAAAAMBAJ&pg=PA82 A review of VX-REXX 2.0] - InfoWorld 1994
 
* [http://books.google.com/books?id=IzsEAAAAMBAJ&pg=PA82 A review of VX-REXX 2.0] - InfoWorld 1994
 
* [http://books.google.com/books?id=VK6meblp0xsC&pg=PA228 A review of VX-REXX 1.01] by [[PC Magazine]] Feb 1994
 
* [http://books.google.com/books?id=VK6meblp0xsC&pg=PA228 A review of VX-REXX 1.01] by [[PC Magazine]] Feb 1994
* Nicholas Peterley: [http://books.google.com/books?id=mzgEAAAAMBAJ&pg=PA1 VX_REXX adds client/server support: Visual enviroment is now easier to use] with the [http://books.google.com/books?id=mzgEAAAAMBAJ&pg=PA96 second part here] - InfoWorld 1994-08-08
+
* Nicholas Peterley: [http://books.google.com/books?id=mzgEAAAAMBAJ&pg=PA1 VX_REXX adds client/server support: Visual environment is now easier to use] with the [http://books.google.com/books?id=mzgEAAAAMBAJ&pg=PA96 second part here] - InfoWorld 1994-08-08
 
* [[Eric Giguère]]: ''[http://collaboration.cmc.ec.gc.ca/science/rpn/biblio/ddj/Website/articles/DDJ/1993/9312/9312d/9312d.htm REXX and the OS/2 Workplace Shell]''
 
* [[Eric Giguère]]: ''[http://collaboration.cmc.ec.gc.ca/science/rpn/biblio/ddj/Website/articles/DDJ/1993/9312/9312d/9312d.htm REXX and the OS/2 Workplace Shell]''
 
* [[Eric Giguère]]: ''Watcom VX REXX for OS/2'' -  Published as part of [http://www.slac.stanford.edu/pubs/slacreports/reports01/slac-r-422.pdf Proceeding of The REXX Symposium for Developer and Users May 18-20, 1993], page 34
 
* [[Eric Giguère]]: ''Watcom VX REXX for OS/2'' -  Published as part of [http://www.slac.stanford.edu/pubs/slacreports/reports01/slac-r-422.pdf Proceeding of The REXX Symposium for Developer and Users May 18-20, 1993], page 34

Revision as of 23:30, 1 March 2018

Watcom VX-REXX
Advert from 1994

VX-REXX is a highly-extensible REXX GUI development system for OS/2, it contains a core engine written in a low level language but everything else is actually written in VX-REXX itself and you can extend the system simply by writing SOM objects for it, although a more conventional C SDK was also released for it later in the form of the VX-REXX Object Development Kit. It was delivered in two versions, a standard version and a "Client/server" version that had built in support for SQL databases and support for writing front ends for other back end computer software.

VX-REXX was originally developed by Watcom which was acquired by Powersoft in 1994, and Powersoft merged with Sybase in 1995 who discontinued the product in 1998. And Sybase itself was later bought by SAP. Despite its discontinuation the system remains one of the most popular if not the the most popular development product in day to day use for OS/2 and eComStation systems.

Libraries and extensions

VX-REXX code

Versions

  • 06/1993: VX-REXX 1.0
  • 09/1993: VX-REXX 1.01 - latest patch level 1.01c (1993-12-03)
  • 1994: VX-REXX 2.0 - latest patch level 2.0c (1994-11-11)
  • 1995: VX-REXX 2.1
  • Last version for OS/2: 2.1d (1995-09-19)

Known issues

See: Bastian Märkisch: Inofficial VX-REXX buglist

Links

Licence and availability

Discontinued commercial software, the company announced in April 1996 that it would no longer develop the package as the developer resources were being moved to Optima++ and 1998-03-01 withdrew the VX-REXX package from sale altogether. When the Watcom C/C++ was being open sourced into the OpenWatcom there was interest in open sourcing VX-REXX as well, however for cost reasons this proved impossible and the project was discontinued.

Publications

  • WATCOM VX-REXX Programmers Guide
  • WATCOM VX-REXX for OS/2 Programmer's Guide and Reference
  • Ronny Richardson: Writing VX-REXX Programs - McGraw-Hill 1994, ISBN 0-07-911911-5

Local articles

Articles, papers and presentations

Authors and publisher