NEW DISTRIBUTION
From this release HMG OBJECTS is a separate project containing all needed components to work independently (Harbour+MingW+QT)
NEW MULTI-PLATFORM BACK-END
This new experimental release uses HBQT as backend (I still don't like it but it is the only multi-platform GUI framework officially supported by Harbour, so I've decided to experiment with it
SEMI-OOP COMPATIBILITY
From this release, object variable assigned to a window created with DEFINE WINDOW command, is automatically made public. At control creation, an instance variable is dynamically added to its parent window object. The name of this instance variable, is the control's 'stringified' object variable name and its content is the control object. So, you could access a particular control from any place without regarding about scoping, exactly like standard HMG. So, we have standard OOP and semi-OOP to select
INSTALLATION:
Please unpack in c:\hmg.objects (OTHERWISE IT WILL NOT WORK).
Download: site
THANKS
Connection with QT was possible because the works of Pritpal Bedi & Marcos Antonio Gambeta (HBQT project) and CarozoDeQuilmes & Bruno Luciani (HBQTCOMMAND project)
Enjoy!
Roberto.