Jump to page: 1 2
Thread overview
gui libs
Feb 28, 2013
rho
Feb 28, 2013
Alexandr Druzhinin
Feb 28, 2013
simendsjo
Feb 28, 2013
Jacob Carlborg
Feb 28, 2013
rho
Feb 28, 2013
Jacob Carlborg
Feb 28, 2013
rho
Mar 01, 2013
Jacob Carlborg
Mar 01, 2013
Andrea Fontana
Mar 01, 2013
Jacob Carlborg
Mar 01, 2013
Andrea Fontana
Feb 28, 2013
Mike Wey
Mar 01, 2013
thedeemon
Mar 01, 2013
Jos van Uden
Mar 01, 2013
thedeemon
February 28, 2013
hi,
what keeps me from using d, is that there is no compilable gui lib available. does dfl compile with the latest dmd?
February 28, 2013
28.02.2013 16:35, rho пишет:
> hi,
> what keeps me from using d, is that there is no compilable gui lib
> available. does dfl compile with the latest dmd?

DWT is compilable with the last dmd and works fine
Also GTK is available, but I didn't tested it
February 28, 2013
On Thursday, 28 February 2013 at 09:35:03 UTC, rho wrote:
> hi,
> what keeps me from using d, is that there is no compilable gui lib available. does dfl compile with the latest dmd?

http://wiki.dlang.org/Libraries_and_Frameworks#GUI_Libraries

I haven't used any of them in a while, but I think at least GtkD and DWT is quite up to date.
February 28, 2013
On 2013-02-28 10:35, rho wrote:
> hi,
> what keeps me from using d, is that there is no compilable gui lib
> available. does dfl compile with the latest dmd?

DWT: https://github.com/d-widget-toolkit/dwt

-- 
/Jacob Carlborg
February 28, 2013
do all those work with x64? are they complete?
are all tools to build the libs on board the standard D distro?
February 28, 2013
On 2013-02-28 21:38, rho wrote:
> do all those work with x64? are they complete?
> are all tools to build the libs on board the standard D distro?

DWT does not work on 64bit. You can run 32bit applications on 64bit systems.

-- 
/Jacob Carlborg
February 28, 2013
On Thursday, 28 February 2013 at 21:25:27 UTC, Jacob Carlborg wrote:
> On 2013-02-28 21:38, rho wrote:
>> do all those work with x64? are they complete?
>> are all tools to build the libs on board the standard D distro?
>
> DWT does not work on 64bit. You can run 32bit applications on 64bit systems.

thats too bad. you guys do wonderful things, but it the needs of the common user seem to be forgotten by the creators of D. they should change that.

i guess, not having an option, I'll try DWT.

thank you all.
February 28, 2013
On 02/28/2013 09:38 PM, rho wrote:
> do all those work with x64? are they complete?
> are all tools to build the libs on board the standard D distro?

GtkD will work with x64.

-- 
Mike Wey
March 01, 2013
On 2013-02-28 22:45, rho wrote:

> thats too bad. you guys do wonderful things, but it the needs of the
> common user seem to be forgotten by the creators of D. they should
> change that.

I don't understand how you can say that. 32bit applications can run on both 32bit and 64bit platforms. 64bit cannot. DWT was started quite long ago, when more people used 32bit platforms.

-- 
/Jacob Carlborg
March 01, 2013
On Friday, 1 March 2013 at 07:11:49 UTC, Jacob Carlborg wrote:
> On 2013-02-28 22:45, rho wrote:
>
>> thats too bad. you guys do wonderful things, but it the needs of the
>> common user seem to be forgotten by the creators of D. they should
>> change that.
>
> I don't understand how you can say that. 32bit applications can run on both 32bit and 64bit platforms. 64bit cannot. DWT was started quite long ago, when more people used 32bit platforms.

You're saying you can't build gui for app that use 64bit features. You force the whole app to be compiled on 32bit just because gui needs 32bit.

If you're working on linux, you have all your 64bit libraries installed, and it's  *not confortable* to build and test with 32bit libraries...

« First   ‹ Prev
1 2