Page 1 of 4

HMG 3.0.37 (Old)

Posted: Mon Jun 20, 2011 8:00 am
by Rathinagiri
Hi,

I have uploaded the latest version 3.0.37.

You can download HMG 3.0.37 from here. (31 MB)

Please test and give your opinion.

Re: HMG 3.0.37

Posted: Mon Jun 20, 2011 8:49 am
by mol
Great work!
I'm starting to test it!

Best regards, Marek

Re: HMG 3.0.37

Posted: Mon Jun 20, 2011 9:13 am
by mol
first:
1. IDE has no "Reset project incremental data" option
2. There is no debugger!!!
3. I think, IDE hmg 3.0.37 is not portable - it takes harbour from c:\hmg not from directore, where hmg.3.0.37 is placed

Re: HMG 3.0.37

Posted: Mon Jun 20, 2011 12:04 pm
by Rathinagiri
I think, IDE hmg 3.0.37 is not portable - it takes harbour from c:\hmg not from directore, where hmg.3.0.37 is placed
Can you please tell which file makes it not portable?

Or, What is the content of your newly installed IDE folder's hmg.ini?

Re: HMG 3.0.37

Posted: Mon Jun 20, 2011 12:25 pm
by mol
UPS... I've installed HMG.3.0.37 to c:\hmg and renamed it to hmg_3_0_37 after.
I dind't change anything in hmg.ini

My fault, sorry.

Marek

Re: HMG 3.0.37

Posted: Mon Jun 20, 2011 12:28 pm
by Roberto Lopez
mol wrote:UPS... I've installed HMG.3.0.37 to c:\hmg and renamed it to hmg_3_0_37 after.
I dind't change anything in hmg.ini

My fault, sorry.

Marek
Simply deleting hmg.ini, it will be re-created, containing the correct hmg root folder.

Re: HMG 3.0.37

Posted: Mon Jun 20, 2011 12:32 pm
by mol
and what about reset incremental data?
My program was compiled with new hmg and crashed with error:

Code: Select all

Date:11.06.20 Time: 14:23:12
Error: HMG 3.0.35 (2010.06.20)
Control: T_KlientNazwa Of OknoRejestrFZT Not defined. Program Terminated
I think that some modules stay compiled with old version

Re: HMG 3.0.37

Posted: Mon Jun 20, 2011 12:33 pm
by Roberto Lopez
mol wrote:first:
1. IDE has no "Reset project incremental data" option
2. There is no debugger!!!
This is an experimental build!!!!!

To reset project incremental data, you simple must to delete the .hbmk folder in this project!!!!

:)

Re: HMG 3.0.37

Posted: Mon Jun 20, 2011 12:44 pm
by mol
I was deleted it...

I found that HMGVersion function returns "3.0.35"

file:
c:\hmg\source\h_error.prg

Re: HMG 3.0.37

Posted: Mon Jun 20, 2011 12:58 pm
by Roberto Lopez
rathinagiri wrote:Hi,

I have uploaded the latest version 3.0.37.

You can download HMG 3.0.37 from here. (31 MB)

Please test and give your opinion.
Ok.

Some little things...

1. 'hmgver.dat' files are not longer used. Please delete.

2. Please, add the mixed mode sample I've posted to samples. It will address the issue 'how to create a mixed/console app with the new build?'.

3. The file hmgc.hbc is no longer needed. You can delete it.

4. Correct hmgversion() function to indicate the true version.

5. I've dropped PSPAD. I've changed to Notepad++. It is fully free and freely redistributable. It is (IMHO) superior to PSPAD and its style is more 'inline' with IDE style. Please, test it. If you agree with my opinion, please, change PSPAD for Notepad++.

6. Buildlib.bat point to \hmg, so it will not work with default install location. Please, use the same technique as in build.bat.

That's all!