Page 2 of 7

Re: HMG New Version in GitHub

Posted: Tue Jul 14, 2020 9:14 am
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

Re: HMG New Version in GitHub

Posted: Tue Jul 14, 2020 10:54 am
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

Re: HMG New Version in GitHub

Posted: Tue Jul 14, 2020 12:00 pm
by fouednoomen
+1

Re: HMG New Version in GitHub

Posted: Tue Jul 14, 2020 12:00 pm
by quartz565
Thanks Rathi and Claudio !

Nikos

Re: HMG New Version in GitHub

Posted: Tue Jul 14, 2020 12:08 pm
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.

Re: HMG New Version in GitHub

Posted: Tue Jul 14, 2020 12:48 pm
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?

Re: HMG New Version in GitHub

Posted: Tue Jul 14, 2020 1:13 pm
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

Re: HMG New Version in GitHub

Posted: Tue Jul 14, 2020 2:43 pm
by martingz
Thank you Dr. Claudio and Rathi

Regards

Re: HMG New Version in GitHub

Posted: Tue Jul 14, 2020 6:02 pm
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

Re: HMG New Version in GitHub

Posted: Tue Jul 14, 2020 6:10 pm
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.