HMG 3.0.37 (Old)
Moderator: Rathinagiri
- 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)
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.
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.
South or North HMG is worth.
...the possibilities are endless.
Re: HMG 3.0.37
Great work!
I'm starting to test it!
Best regards, Marek
I'm starting to test it!
Best regards, Marek
Re: HMG 3.0.37
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
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
- 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
Can you please tell which file makes it not portable?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
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.
South or North HMG is worth.
...the possibilities are endless.
Re: HMG 3.0.37
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
I dind't change anything in hmg.ini
My fault, sorry.
Marek
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0.37
Simply deleting hmg.ini, it will be re-created, containing the correct hmg root folder.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
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: HMG 3.0.37
and what about reset incremental data?
My program was compiled with new hmg and crashed with error:
I think that some modules stay compiled with old version
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
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0.37
This is an experimental build!!!!!mol wrote:first:
1. IDE has no "Reset project incremental data" option
2. There is no debugger!!!
To reset project incremental data, you simple must to delete the .hbmk folder in this project!!!!
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: HMG 3.0.37
I was deleted it...
I found that HMGVersion function returns "3.0.35"
file:
c:\hmg\source\h_error.prg
I found that HMGVersion function returns "3.0.35"
file:
c:\hmg\source\h_error.prg
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0.37
Ok.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.
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)
Roberto
(Veritas Filia Temporis)