Page 3 of 7

Re: HMG New Version in GitHub

Posted: Tue Jul 14, 2020 10:52 pm
by AUGE_OHR
hi,
bpd2000 wrote: Tue Jul 14, 2020 4:30 am BCC is commercial product and not under GPL
HMG is under GPL so we are not using BCC
ooohh ... i thought BCC v5.x are free
sorry i´m still a harbour Newbie

Re: HMG New Version in GitHub

Posted: Tue Jul 14, 2020 11:12 pm
by salamandra
Hi @AUGE_OHR,
AUGE_OHR wrote: Tue Jul 14, 2020 10:52 pm hi,
bpd2000 wrote: Tue Jul 14, 2020 4:30 am BCC is commercial product and not under GPL
HMG is under GPL so we are not using BCC
ooohh ... i thought BCC v5.x are free
sorry i´m still a harbour Newbie
Yes, Borlad Compilers 5.5x and 5.8x are free.
Look at this post : http://mail.hmgforum.com/viewtopic.php?t=6294


Best regards,

Salamandra, Brazil

Re: HMG New Version in GitHub

Posted: Tue Jul 14, 2020 11:27 pm
by srvet_claudio
AUGE_OHR wrote: Tue Jul 14, 2020 10:52 pm hi,
bpd2000 wrote: Tue Jul 14, 2020 4:30 am BCC is commercial product and not under GPL
HMG is under GPL so we are not using BCC
ooohh ... i thought BCC v5.x are free
sorry i´m still a harbour Newbie
Hi,
When it comes to "free software", it is not that the price is free, but it is software that is open source that can be copied, modified and redistributed.
"Free software" can be sold, a price can be charged for it, but sources must always be provided .

BCC is proprietary closed source software, sources cannot be accessed or modified. BCC is freeware but not "free software".

Re: HMG New Version in GitHub

Posted: Wed Jul 15, 2020 5:44 am
by AUGE_OHR
hi,

OK understand.

i have made some enhancement on Debugger Code
http://www.hmgforum.com/viewtopic.php?f ... 73&p=59910

i like to request to use modification in next Release

Re: HMG New Version in GitHub

Posted: Wed Jul 15, 2020 7:17 am
by Rathinagiri
You can submit the source code (after verifying yourself for bugs) yourself please.

Re: HMG New Version in GitHub

Posted: Wed Jul 15, 2020 3:40 pm
by franco
+1

Re: HMG New Version in GitHub

Posted: Sat Jul 18, 2020 2:19 pm
by Anand
Very good news and using 'Actions' of GitHub will make it much easier for all developers of HMG.

Regards,

Anand

Re: HMG New Version in GitHub

Posted: Sun Jul 26, 2020 2:49 pm
by Carlos Britos
Hi,
If you are interested there is a pull request from https://github.com/asistex/HMG
changes are:
- remove space at end of lines in prg files.
- harbour functions names lower and upper case follow the harbour standard.
- pacified harbour warning +-380 ( -w3 ) There are still 4 to check.

The code was tested with severals samples but need more.
You can test it from my fork before merge it with the original. You must create the binary hmg.lib

Carlos

Re: HMG New Version in GitHub

Posted: Sun Jul 26, 2020 9:15 pm
by AUGE_OHR
hi,
Rathinagiri wrote: Wed Jul 15, 2020 7:17 am You can submit the source code (after verifying yourself for bugs) yourself please.
i´m still a Newbie and have not work with Github before.

when i "think" a have found a BUG and made some Correction how to share Code :idea:
i have made some enhance in HMG Debugger e.g. use BEGIN SEQUENCE to avoid crash.

---

i´m old school and don´t use Version-Control System ... i compare manual e.g. with Windiff
when using Github to synchronize (how :idea: ) Source how do i know "what" was override :?:

Re: HMG New Version in GitHub

Posted: Mon Jul 27, 2020 12:49 pm
by Rathinagiri
If you are sure enough your code is good, you can submit here also. I will try to review and submit myself.