On 10/20/2013 09:39 AM, Mike Wey wrote:
On 10/20/2013 10:13 AM, John Joyus wrote:
2). If I build with GtkD, it generates about 3.5 MB executable. Does
this contain everything or do I still have to distribute anything with
it to make it work on new Windows machines?
Thanks in advance.
You'll need to have the Gtk+ runtime installed on the machine.
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?
Thanks.