Thread overview
gui library
Apr 13, 2008
lurker
Apr 13, 2008
Markus Dittrich
Apr 13, 2008
lurker
Apr 13, 2008
Milke Wey
Apr 17, 2008
Chris Miller
Apr 17, 2008
lurker
Apr 18, 2008
Chris Miller
April 13, 2008
hi,

is there a gui library that works with d2?

thank you


April 13, 2008
"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.


April 13, 2008
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

April 13, 2008
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
> 

April 13, 2008
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

April 17, 2008
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>
April 17, 2008
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>

April 18, 2008
> 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.