HMG New Version in GitHub

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

Moderator: Rathinagiri

User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: HMG New Version in GitHub

Post 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
have fun
Jimmy
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 »

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
There is one time in which is crucial awakening. That time is now. ( Buddha )
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG New Version in GitHub

Post 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".
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: HMG New Version in GitHub

Post 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
have fun
Jimmy
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 »

You can submit the source code (after verifying yourself for bugs) yourself please.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
franco
Posts: 816
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: HMG New Version in GitHub

Post by franco »

+1
All The Best,
Franco
Canada
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: HMG New Version in GitHub

Post by Anand »

Very good news and using 'Actions' of GitHub will make it much easier for all developers of HMG.

Regards,

Anand
Regards,

Anand

Image
Carlos Britos
Posts: 245
Joined: Sat Aug 02, 2008 5:03 pm

Re: HMG New Version in GitHub

Post 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
Regards/Saludos, Carlos (bcd12a)
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: HMG New Version in GitHub

Post 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 :?:
have fun
Jimmy
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 »

If you are sure enough your code is good, you can submit here also. I will try to review and submit myself.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply