On 1-3-2013 10:03, thedeemon wrote:
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?
I am using DFL successfully with DMD 2.062. One just needs to take sources from
here:
https://github.com/Rayerd/dfl
Set correct path to dmd in makelib.bat, then run go.bat.
It compiles fine with DMD 2.060, but 2.061 and later complain about a place in
environment.d where a couple of "goto case" should be added. With this little
change DFL builds fine and works well.
I wish we had std.gui
And std.audio as well for that matter. Or std.media. Something like that.