Building GUI projects with D

ezneh petitv.isat at gmail.com
Sat Oct 20 15:51:48 UTC 2018


On Saturday, 20 October 2018 at 15:40:07 UTC, karis njiru wrote:
> Hi. Am a computer science student from Kenya and decided to use 
> D for my class project on Principles of Programming Languages. 
> Am having a lot of fun with D but have come across an issue. I 
> have been using Visual D for the past 2 months for my coding 
> but after a lot of research i found out that i cannot build GUI 
> projects with visual D. So i took on Entice Designer which for 
> the past week has been a nightmare for me to compile my code 
> error being the system cannot find the path in the command 
> prompt specified. I have installed DMD and DFL lots of times 
> but there is still the same issue. Please help

DFL is quite old and unmaintained since a long time too. So it's 
not surprising you have lots of errors when you try to build it 
with recent compilers.

However, there are other GUI projects available for D, as you can 
see here [1]
In this list you can try few of them, but keep in mind some might 
still have similar problems (DFL is still listed on this list).

Maybe you can give a try to dlangui[2]


[1] https://wiki.dlang.org/GUI_Libraries
[2] https://github.com/buggins/dlangui


More information about the Digitalmars-d-learn mailing list