Page 4 of 5

Re: HMG4: start, quit, resource, localized

Posted: Wed Jul 06, 2011 1:45 pm
by concentra
mrduck wrote:This is one of "business-cases" we should start to test and write code for... for example, we shouldwrite code for combobox/listbox populated from dbf fields, auto-completation etc etc
This brought to me a question...
It would be great if we can release a 4.0.0 version, ending beta...
What is missing in order to complete HMG3 compatibility ?

Re: HMG4: start, quit, resource, localized

Posted: Wed Jul 06, 2011 4:03 pm
by apais
This brought to me a question...
It would be great if we can release a 4.0.0 version, ending beta...
What is missing in order to complete HMG3 compatibility ?
I guess all it takes is recompile our actual HMG3 apps with HMG4 and see what fails or not.
Am I missing something ?

Regards
Angel

Re: HMG4: start, quit, resource, localized

Posted: Wed Jul 06, 2011 4:19 pm
by Rathinagiri
Many controls are over. Some API call functions are pending I think. I will list them soon

Re: HMG4: start, quit, resource, localized

Posted: Wed Jul 06, 2011 4:45 pm
by l3whmg
Hi guys.
Please, take a very simple example from HMG3: like it is. Don't add any change and try. IMHO with /w3 to see every warning and then with /w0.
rathinagiri wrote:Many controls are over.
I'm not very sure, anyway we must do a test!
rathinagiri wrote:Some API call functions are pending I think.
Oh, yes

Cheers

Re: HMG4: start, quit, resource, localized

Posted: Wed Jul 06, 2011 6:01 pm
by mrduck
apais wrote:
This brought to me a question...
It would be great if we can release a 4.0.0 version, ending beta...
What is missing in order to complete HMG3 compatibility ?
I guess all it takes is recompile our actual HMG3 apps with HMG4 and see what fails or not.
Am I missing something ?

Regards
Angel

I think it's a bit too early to do a release. We are in the process of adding a couple of other things... I also have some commits to do but I can't before july 20.

Anyway, Angel, can you please start to try compile some HMG3 demos under hmg4 and report errors and missing bits ?

There is also the Rathinagiri mantained list of widgets "completed" or "missing"...

@rathinagiri: can you please update that list ?

We should create a list of to-do-list, both bug fixes and new stuff, prioritize them and decide what to add to the release and what leave behind.

Also, please rememeber that Viktor is readying the official release of harbour 3.0 (or 2.5) so its better to wait for the release.

Re: HMG4: start, quit, resource, localized

Posted: Wed Jul 06, 2011 7:22 pm
by concentra
mrduck wrote:I think it's a bit too early to do a release.
I am sure it is, but I think we must concentrate in it now and add new features after the release.

Re: HMG4: start, quit, resource, localized

Posted: Wed Jul 06, 2011 8:28 pm
by l3whmg
I think MrDuck don't write about "new futures" only, but current source code.
Cheers

Re: HMG4: start, quit, resource, localized

Posted: Wed Jul 06, 2011 8:43 pm
by apais
Francesco (MrDuck) is right.

We should think on a beta release only AFTER the ( soon to be released ) stable Harbour 3.0

Anyway I will try to begin some compatibility tests...

Re: HMG4: start, quit, resource, localized

Posted: Sat Jul 09, 2011 11:33 am
by concentra
Hi.
Luigi, I revised all demos in order to eliminate warnings while using -w3 compiling option.
I also make some changes in hmg.ch and globshared.prg in order to eliminate warnings.
And buildapp.bat now has -w3 also.

Rathinagiri, are the demos in browse folder deprecated ? If so, can I delete them ?

Re: HMG4: start, quit, resource, localized

Posted: Sat Jul 09, 2011 12:30 pm
by Rathinagiri
concentra wrote:Hi.
Luigi, I revised all demos in order to eliminate warnings while using -w3 compiling option.
I also make some changes in hmg.ch and globshared.prg in order to eliminate warnings.
And buildapp.bat now has -w3 also.

Rathinagiri, are the demos in browse folder deprecated ? If so, can I delete them ?
Yes. Please. By the way, had we solved gettext() problem?