www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.ide
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript
electronics



digitalmars.D.learn - gui library

↑ ↓ ← lurker <lurker lurker.com> writes:
hi,

is there a gui library that works with d2?

thank you
Apr 13 2008
→ "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
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
↑ ↓ → 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
→ 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
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
↑ ↓ → 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
→ 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