Most of the credit (almost allmol wrote:Last two weeks I was working over my old project written in clipper 5.2.
I've moved it into hmg environment (console mode, for now).
I had to do to rapidly several amendments at the customer.
I'm impressed about portability of HMG - all program written on tne pendrive - HMG, IDE and my source files. All working fine and very quick.
So, I want to place here big thanks to Roberto and creators of Harbour.
Great work!
Best regards!
Marek
Regarding GUI, I've been very careful regarding functions used by the library.
Such functions must be available in an 'out of the box' Windows installation.
I've suffered a lot with development tools that relies on lots of components that must be installed along the app. to make it work and that usually generate conflicts on the target system due to incompatibilities with different versions of the same component, so one of my main concerns was to have only one app. file (the '.exe') needed at run-time.