www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - gui library

reply lurker <lurker lurker.com> writes:
hi,

is there a gui library that works with d2?

thank you
Apr 13 2008
next sibling parent "Jarrett Billingsley" <kb3ctd2 yahoo.com> writes:
"lurker" <lurker lurker.com> wrote in message 
news:fttcvn$1mkj$1 digitalmars.com...
 hi,

 is there a gui library that works with d2?

 thank you
Are there any libraries that work with D2? I really wonder.
Apr 13 2008
prev sibling next sibling parent reply Markus Dittrich <markusle gmail.com> writes:
lurker Wrote:

 hi,
 
 is there a gui library that works with d2?
 
 thank you
 
 
I use wxD (http://wxd.sourceforge.net/) with dmd2 and it works just fine. I think I needed to fix one or two things to get wxD to compile, but the changes were trivial. Markus
Apr 13 2008
parent lurker <lurker lurker.com> writes:
that sounds good i'll try it. thanks for the info - i have aways hoped that dfl
would make the move - but i think tango is in the way.


Markus Dittrich Wrote:

 lurker Wrote:
 
 hi,
 
 is there a gui library that works with d2?
 
 thank you
 
 
I use wxD (http://wxd.sourceforge.net/) with dmd2 and it works just fine. I think I needed to fix one or two things to get wxD to compile, but the changes were trivial. Markus
Apr 13 2008
prev sibling next sibling parent Milke Wey <no.spam example.com> writes:
On Sun, 2008-04-13 at 12:39 -0400, lurker wrote:
 hi,
 
 is there a gui library that works with d2?
 
 thank you
 
 
gtkD works with dmd 2.012. http://www.dsource.org/projects/gtkd/ -- Mike Wey
Apr 13 2008
prev sibling parent reply Chris Miller <chris dprogramming.com> writes:
On Sun, 13 Apr 2008 12:39:19 -0400
lurker <lurker lurker.com> wrote:

 hi,
 
 is there a gui library that works with d2?
 
 thank you
 
 
The DFL snapshots work with D 2.0, but it might not be so const-friendly with respect to objects: http://wiki.dprogramming.com/Dfl/Snapshots -- Chris Miller <chris dprogramming.com>
Apr 17 2008
parent reply lurker <lurker lurker.com> writes:
this is neat!!

i'm glad you started to support 2.x - i will try it at once.
will the designer work??



Chris Miller Wrote:

 On Sun, 13 Apr 2008 12:39:19 -0400
 lurker <lurker lurker.com> wrote:
 
 hi,
 
 is there a gui library that works with d2?
 
 thank you
 
 
The DFL snapshots work with D 2.0, but it might not be so const-friendly with respect to objects: http://wiki.dprogramming.com/Dfl/Snapshots -- Chris Miller <chris dprogramming.com>
Apr 17 2008
parent Chris Miller <chris dprogramming.com> writes:
 i'm glad you started to support 2.x - i will try it at once.
 will the designer work??
 
As far as I know, it does, but I haven't tested it much.
Apr 17 2008