HMG 3.0.37 (Old)

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

HMG 3.0.37 (Old)

Post 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.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0.37

Post by mol »

Great work!
I'm starting to test it!

Best regards, Marek
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0.37

Post 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
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.0.37

Post 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?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0.37

Post 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
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.37

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0.37

Post 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
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.37

Post 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!!!!

:)
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0.37

Post by mol »

I was deleted it...

I found that HMGVersion function returns "3.0.35"

file:
c:\hmg\source\h_error.prg
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.37

Post 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!
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply