Win GUI Single Exe - Newbie
Jesse Phillips
Jessekphillips+D at gmail.com
Fri Apr 6 08:37:04 PDT 2012
On Friday, 6 April 2012 at 15:18:35 UTC, Paul wrote:
> I would like to start writing little Win GUI utilities. I
> really want to stick with single .exeS that I can carry around
> on a jump drive and don't have to install. Is D developed
> enough, with various libraries and documentation to do this?
> If there are still a lot of bugs and gotcha's maybe I should
> use the codeBlocks C++ IDE and go from there. D just looks
> some much cleaner and has some features I've seen in Python
> dealing with strings especially.
I can't recommend whether D should or shouldn't be used based on
your description. You can build stand alone GUI apps with DFL,
and probably DWT. QtD and GtkD likely need their libraries
shipped around.
Documentation is pretty bad for DFL, but DWT has all the SWT docs
and translation isn't bad.
More information about the Digitalmars-d-learn
mailing list