www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - GUI library using interfaces

Hi, D guru :)

  This message was in D.learn, but it seems nobody has such problem :).
Maybe professionals give their opinion.

  I'm trying to get used to D. So I'd like to ask - is there any GUI library
for D which would focus on representing forms, controls, etc using
interfaces (COM is not too acceptable) instead of classes?
  
  This question may seem like a noob question, but I ask as Delphi
programmer with expierience. You see, using classes has its drawbacks - too
strong coupling with GUI code. GUI changes - its classes signatures also
change. Applications with plugins suffer much - dynamic linking (I mean
linking to DLL) is impossible. Linking GUI code into plugins makes plugin
size like of host application itself. Every next release of compiler also
makes me rebuild host application and plugins. BPL solution of Borland has
also these difficulties.

  Any suggestions?

Thanks.
Oct 10 2007