HMG New Version in GitHub

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

Moderator: Rathinagiri

User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: HMG New Version in GitHub

Post by mustafa »

Hello friends:
Thanks Mr Rathi and Dr Claudio

A question to install HMG-64 bit

I can't do it with HARBOR-64 and MinGw-64
As in the previous version already prepared to insert into HMG 3.4.4

https://www.hmgforum.com/viewtopic.php? ... ba0e6fd91b

that HARBOR-64 and MinGw-64 were directly accessed
For 64 Bit developers, you have to download and install Harbour64 and MingW64 from here (15 MB) and here (71 MB) respectively.
https://drive.google.com/file/d/0B3L0QM ... d3cU0/view == >> HARBOR-64 (nightly 2016-04-20) .rar
https://drive.google.com/file/d/0B3L0QM ... VUeEU/view == >> MinGW-64_Ver.5.3.0.rar

It is possible that a colleague can provide these folders already prepared to insert them in the HMG 3.4.4.
with the new versions Harbour64 and MingW64 ?

The solution provided by danielmaximiliano
For those of us who are not experts, I cannot solve

PD: how to fix the LIB-64 issue?

Regards
Mustafa
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG New Version in GitHub

Post by mol »

bpd2000 wrote: Tue Jul 14, 2020 4:30 am
AUGE_OHR wrote: Tue Jul 14, 2020 1:59 am hi,

i love e HMG and it is a good News when Source is available on Github.

now when compare with other Contribution like Extended Version it use MinGW instead of BCC
i does mean that HMG need MinGW LIB and can´t use BCC LIB

so i like to ask if it make Sense in next Release to switch from MinGW to BCC :idea:
BCC is commercial product and not under GPL
HMG is under GPL so we are not using BCC
+1
User avatar
fouednoomen
Posts: 186
Joined: Sun Oct 14, 2012 8:33 am
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
Location: Tunisia

Re: HMG New Version in GitHub

Post by fouednoomen »

+1
User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: HMG New Version in GitHub

Post by quartz565 »

Thanks Rathi and Claudio !

Nikos
Best Regards,
Nikos.

os: Windows Server 2019 - 64
User avatar
apais
Posts: 440
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF
Location: uruguay
Contact:

Re: HMG New Version in GitHub

Post by apais »

HMG compilation should be done in GItHub by implementing "Actions".
This way users don't have to compile by themselves, only download binaries.
Angel Pais
Web Apps consultant/architect/developer.
HW_apache (webserver modules) co-developer.
HbTron (Html GUI for harbour desktop hybrid apps) co-developer.
https://www.hbtron.com
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG New Version in GitHub

Post by Rathinagiri »

apais wrote: Tue Jul 14, 2020 12:08 pm HMG compilation should be done in GItHub by implementing "Actions".
This way users don't have to compile by themselves, only download binaries.
That will be great! Can you guide or help?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
salamandra
Posts: 311
Joined: Thu Jul 31, 2008 8:33 pm
DBs Used: DBF, MySQL, SQL
Location: Brazil

Re: HMG New Version in GitHub

Post by salamandra »

apais wrote: Tue Jul 14, 2020 12:08 pm HMG compilation should be done in GItHub by implementing "Actions".
This way users don't have to compile by themselves, only download binaries.
+1

Salamandra, Brazil
There is one time in which is crucial awakening. That time is now. ( Buddha )
martingz
Posts: 394
Joined: Wed Nov 18, 2009 11:14 pm
Location: Mexico

Re: HMG New Version in GitHub

Post by martingz »

Thank you Dr. Claudio and Rathi

Regards
User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: HMG New Version in GitHub

Post by mustafa »

New HMG344-64bits Error Detected

I have detected the same error that was reported in version HMG. 3.4.2 Sep 29, 2015

In the Print the letters are fallen see the sample that at the time I contributed

https://www.hmgforum.com/viewtopic.php? ... INT#p42823
https://www.hmgforum.com/viewtopic.php? ... T&start=60

Solved by colleague tonton2

https://www.hmgforum.com/viewtopic.php? ... &start=140

Solution == >> in HMG344/SOURCE/h_HMG_HPDF.Prg

Edit ==> SOURCE/h_HMG_HPDF.Prg

line 312 (nyPost - = FontSize) in (// nyPost - = FontSize) and everything returns to normal

line 312 Ok ==>> // nyPos - = nFontSize

Compile

_BuildAllLib64.bat
_BuildLib64.bat

Regards

Mustafa
User avatar
apais
Posts: 440
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF
Location: uruguay
Contact:

Re: HMG New Version in GitHub

Post by apais »

Rathinagiri wrote: Tue Jul 14, 2020 12:48 pm
apais wrote: Tue Jul 14, 2020 12:08 pm HMG compilation should be done in GItHub by implementing "Actions".
This way users don't have to compile by themselves, only download binaries.
That will be great! Can you guide or help?
Yes Rathi.
You can take this project as an example.
https://github.com/FiveTechSoft/mod_harbour
There you go to Actions and create all the workflows you like.
Each workflow generates an artifact ( a downloadable file ).
Dependencies are kept using chocolatey ( choco ), this is necessary for OpenSSL, curl, and others.
Angel Pais
Web Apps consultant/architect/developer.
HW_apache (webserver modules) co-developer.
HbTron (Html GUI for harbour desktop hybrid apps) co-developer.
https://www.hbtron.com
Post Reply