Jump to content

Rexx/DW: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
No edit summary
Line 23: Line 23:
* [[Mark Hessling]]
* [[Mark Hessling]]


 
[[Category:REXX]][[Category:MS Windows 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 12:14, 2 October 2016

REXX/DW on OS/2
REXX/DW on Windows
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 GTK2/3 library.

Versions

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 and publications

Publications

A Turkish user manual on how to use REXX/DW.

Licence

  • Open source software distributed under the LGPL v2.1

Author