www.digitalmars.com         C & C++   DMDScript  

D - Announce: DUI for dmd 0.76 (Linux only)

DUI for dmd 0.76
Nothing new, just support for dmd 0.76
(which makes it incompatible with previous versions)

DUI Home:
http://ca.geocities.com/duitoolkit/index.html

Linux only, no windows version or packaging
the following might work for windows (not tested):

You can probably just drop the linux source tree into your
window DUI src tree but some changes are necessary:
- remove any extern(C) that starts with "_" (src\dui\Widget.d)
  (those aren't used anyway)
- remove the line 202 "testLists(notebook);" from src\test\TestWindow.d
  (Combo.d crashes on windows)
- (any other?)

Antonio
Nov 22 2003