Hi Dwight,
MiniGUI is basically a graphical toolbox that will let you create a
Windows application while still keeping your old procedural code (if I
have understood the MiniGUI folks correctly - I have never used it myself).
With "Harbour IDE" I suppose you mean HBIDE, which a few years ago was
separated from Harbour itself into the QtContribs repository at
SourceForge. It is an IDE, so it is both an editor and a front end to
Harbour's project manager hbmk2.
Both are valid options, as I understand it.
But if you intend to keep your application text based with the old and
familiar look and feel, all you *really* need is a text editor of your
choice and the nightly Harbour download, version 3.2.0dev, which
includes all the Harbour binaries and the MinGW C compiler (although not
the version Marek mentioned but the 4.6.1 version that most of us still
use). Downloading the Harbour sources from GitHub is optional but
recommended (for reference, including the samples).
There is also a stable Harbour 3.0 download, but it is very old and not
recommended anymore. Almost everyone uses 3.2.0dev, but since it is
still a moving target, a little care must be exercised when choosing a
nightly download from one night or another. It is extremely stable
almost every day, but there is always a slight risk that something goes
wrong from one day to the next. So keep an eye on the harbour-devel
newsgroup to see if any problems are reported there. You will notice
that when problems are reported, which is very seldom, they are always
fixed very quickly.
Regards,
Klas