Rexx/DW: Difference between revisions
Appearance
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Image:RexxdwWin.png|thumb|200px|right|REXX/DW on Windows]] | [[Image:RexxdwWin.png|thumb|200px|right|REXX/DW on Windows]] | ||
[[Image:RexxdwGtk.png|thumb|200px|right|REXX/DW on GTK+]] | [[Image:RexxdwGtk.png|thumb|200px|right|REXX/DW on GTK+]] | ||
A set of bindings that allow you to use the [[Dynamic Windows]] toolkit with the [[REXX]] | A set of bindings that allow you to use the [[Dynamic Windows]] toolkit with the [[REXX]] procedure language, effectively giving you a multi-platform GUI toolkit for REXX. Works in native mode on OS/2 and MS Windows and using the [[GTK+]] windowing library on any other system that supports it (most UNIX like systems and Mac OSX). Is easily portable to any system that has a reasonably recent version of the GTK2/3 library. | ||
==Versions== | ==Versions== | ||
* | * Rexx/DW 1.1 - 2006-09-28 | ||
* Rexx/DW 2.1 - 2015-05-31 | |||
;Prerequisites | |||
* [[EMX]] 0.9d, GCC if you want to compile it yourself. | |||
* Updated version of [[Dynamic Windows]] than the one supplied with Rexx/DW is recommended in general, but especially if you intend to use it with newer versions of GTK+. | |||
== | ==Licence== | ||
* | *Open source software distributed under the [[LGPL v2.1]] | ||
*Author: [[Mark Hessling]] | |||
* | |||
==Links | ==Links== | ||
* [http://rexxdw.sourceforge.net/ Project homepage on Sourceforge.net] | * [http://rexxdw.sourceforge.net/ Project homepage on Sourceforge.net] | ||
[[Category:REXX]][[Category:Open Source Software]][[Category:Software written in C]] | |||
[[Category:REXX |
Latest revision as of 18:56, 2 April 2025



A set of bindings that allow you to use the Dynamic Windows toolkit with the REXX procedure language, effectively giving you a multi-platform GUI toolkit for REXX. Works in native mode on OS/2 and MS Windows and using the GTK+ windowing library on any other system that supports it (most UNIX like systems and Mac OSX). Is easily portable to any system that has a reasonably recent version of the GTK2/3 library.
Versions
- Rexx/DW 1.1 - 2006-09-28
- Rexx/DW 2.1 - 2015-05-31
- Prerequisites
- EMX 0.9d, GCC if you want to compile it yourself.
- Updated version of Dynamic Windows than the one supplied with Rexx/DW is recommended in general, but especially if you intend to use it with newer versions of GTK+.
Licence
- Open source software distributed under the LGPL v2.1
- Author: Mark Hessling