Jump to content

Dynamic Windows: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
An "application framework" or GUI & widget framework that was designed to make it easy to create dynamically resizeable applications with a modern interface. It was modelled after the original GTK library and uses a similar concept of box packing to create a dynamically resizeable interface. 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 portable to any system that has a reasonably recent version of the GTK+ library.
An "application framework" or GUI & widget framework that was designed to make it easy to create dynamically resizeable applications with a modern interface. It was modelled after the original GTK library and uses a similar concept of box packing to create a dynamically resizable interface. Works in native mode on OS/2 and MS Windows and using the GTK library on any other system that supports it (most UNIX like systems and Mac OS X). It is portable to any system that has a reasonably recent version of the GTK+ library.


==Versions==
==Versions==
* '''Last know version:''' [ftp://ftp.netlabs.org/pub/dwindows/dwindows-os2-2.5.zip Dynamic Windows 2.5] - 2012-12-21
* 2.5 (Dec 2012)
* 3.1 (Jan 2021)
* 3.2 (Jan 2022)
 
====Prerequisites====
====Prerequisites====
* [[GCC]] 4.4.4. or later if you want to compile it yourself.
* [[GCC]] 4.4.4. or later if you want to compile it yourself.
* [[LibC]] (libc065.dll)
* Libc (libc065.dll)
 
====Add ons====
* [[REXX/DW]] - [[REXX]] bindings for Dynamic Windows


==Links==
==Links==
* [http://dwindows.netlabs.org/en/site/index.xml Project homepage on Netlabs.org]
* [http://trac.netlabs.org/dwindows/wiki Dynamic Windows Wiki] - Newer info than on homepage and project page.
* [http://trac.netlabs.org/dwindows/wiki Dynamic Windows Wiki] - Newer info than on homepage and project page.
* http://dbsoft.org/aboutdbsoft.php - Author homepage
* http://dbsoft.org/aboutdbsoft.php - Author homepage
==License==
 
==Licence==
* Open source software distributed under the [[Three Clause BSD License]]
* Open source software distributed under the [[Three Clause BSD License]]


==Files==
==Files==
* [[DW.DLL]]
*DW.DLL
* [[DW.H]]
*DW.H
* [[DW.LIB]]
*DW.LIB
* [[DWCOMPAT.DLL]]
*DWCOMPAT.DLL
* [[DWCOMPAT.H]]
*DWCOMPAT.H
* [[DWCOMPAT.LIB]]
*DWCOMPAT.LIB


==Author==
==Author==
* [[Brian Smith]]
* Brian Smith
 


[[Category:Tools]][[Category:MS Windows Tools]][[Category:MAC OSX Tools]][[Category:Generic Unix Tools]][[Category:Open Source Software]][[Category:Software written in C]]
[[Category:C Libraries]][[Category:Open Source Software]][[Category:Software written in C]]

Latest revision as of 23:27, 8 June 2025

An "application framework" or GUI & widget framework that was designed to make it easy to create dynamically resizeable applications with a modern interface. It was modelled after the original GTK library and uses a similar concept of box packing to create a dynamically resizable interface. Works in native mode on OS/2 and MS Windows and using the GTK library on any other system that supports it (most UNIX like systems and Mac OS X). It is portable to any system that has a reasonably recent version of the GTK+ library.

Versions

  • 2.5 (Dec 2012)
  • 3.1 (Jan 2021)
  • 3.2 (Jan 2022)

Prerequisites

  • GCC 4.4.4. or later if you want to compile it yourself.
  • Libc (libc065.dll)

Add ons

Links

Licence

Files

  • DW.DLL
  • DW.H
  • DW.LIB
  • DWCOMPAT.DLL
  • DWCOMPAT.H
  • DWCOMPAT.LIB

Author

  • Brian Smith