On 2013-10-20 19:24, John Joyus wrote:

Thank you all for the responses.

Regarding the GUI part, all I really need is a form and a bunch of
buttons. Can I do that through pure Windows API in D to create a small
stand-alone executable that does everything by itself?

If that is possible, any links to an example D code?

You can use DWT:

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

For examples, just search for SWT.

--
/Jacob Carlborg

Reply via email to