Re: HMG OBJECTS... A New Project!
Posted: Thu Jun 20, 2013 6:32 pm
Yes Carlos, it is a great truth.Carlos Britos wrote:Hi Claudiosrvet_claudio wrote: Hi Pablo.
HMG.4 is based on QT for the creation and management of controls and windows.
HMG.4 is a project (code) totally different of HMG.3.1.4.
IMHO I think the solution would be rewrite HMG.3.1.4 with object-oriented code, I have been long thinking about this, but is a very BIG work.
Best Regards,
Claudio.
I´ve been making some test (a very basic GUI lib) with oop code with a similar structure than hmg4 and the main problem is the backward compatibility. The difference between procedural and oop code make it very hard. That was IMHO the problem with hmg4.