Rexx/DW: Difference between revisions
Appearance
Created page with "thumb|200px|right|REXX/DW on OS/2 thumb|200px|right|REXX/DW on Windows [[Image:RexxdwGtk.png|thumb|200px|right|REXX/DW on GTK+]..." |
No edit summary |
||
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]] programming/scripting 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 | A set of bindings that allow you to use the [[Dynamic Windows]] toolkit with the [[REXX]] programming/scripting 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== | ||
* '''Last know version:''' [http://sourceforge.net/projects/rexxdw/files/rexxdw/1.1/ REXX/DW 1.1] - 2006-09-28 | * '''Last know version:''' [http://sourceforge.net/projects/rexxdw/files/rexxdw/1.1/ REXX/DW 1.1] - 2006-09-28 | ||
====Prerequisites==== | ====Prerequisites==== | ||
* | * EMX GCC if you want to compile it yourself. | ||
* [[ | * [[EMX]] 0.9d | ||
* 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+. | * 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+. | ||
==Links== | ==Links== | ||
* [http://rexxdw.sourceforge.net/ Project homepage on Sourceforge.net] | * [http://rexxdw.sourceforge.net/ Project homepage on Sourceforge.net] | ||
==License== | ==License== | ||
* Open source software distributed under the [[LGPL | * Open source software distributed under the [[LGPL v.2.1]] | ||
==Author== | ==Author== | ||
* [[ | * [[Mark Hessling]] | ||
[[Category:Tools]][[Category:REXX]][[Category:Tools]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]][[Category:Open Source Software]][[Category:Software written in C]] | [[Category:Tools]][[Category:REXX]][[Category:Tools]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]][[Category:Open Source Software]][[Category:Software written in C]] |
Revision as of 15:47, 9 February 2015



A set of bindings that allow you to use the Dynamic Windows toolkit with the REXX programming/scripting 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
- Last know version: REXX/DW 1.1 - 2006-09-28
Prerequisites
- EMX GCC if you want to compile it yourself.
- EMX 0.9d
- 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+.
Links
License
- Open source software distributed under the LGPL v.2.1