Migrating to Harbour
Re: Migrating to Harbour
Enrico,
I work strictly with the Harbour builds Antonio supplies. I do not communicate with the Harbour developers.
I dropped my subscription to xHarbour several years back. I did it because all of the upgrades were with Visual xHarbour which I did not use, and because there was no plan to upgrade the compiler or linker. It may be a fine product but it was not a good business decision to continue paying for it. I also quit asking for support there because the few questions I did ask were left unanswered.
Tim
I work strictly with the Harbour builds Antonio supplies. I do not communicate with the Harbour developers.
I dropped my subscription to xHarbour several years back. I did it because all of the upgrades were with Visual xHarbour which I did not use, and because there was no plan to upgrade the compiler or linker. It may be a fine product but it was not a good business decision to continue paying for it. I also quit asking for support there because the few questions I did ask were left unanswered.
Tim
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Re: Migrating to Harbour
Enrico,
I was using xHarbour at first too, then I switched to Harbour. I don't remember why now.
I am mainly interested in Harbour now so we can use MS's C compiler because I wonder how long Borland's will be available.
I was using xHarbour at first too, then I switched to Harbour. I don't remember why now.
I am mainly interested in Harbour now so we can use MS's C compiler because I wonder how long Borland's will be available.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Migrating to Harbour
To me Harbour is the way to go, but of course, I fully respect if somone wants to keep using xHarbour and FWH will support it too
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Migrating to Harbour
Tim,
EMG
Wise decision, to not communicate with the Harbour developers.TimStone wrote:I work strictly with the Harbour builds Antonio supplies. I do not communicate with the Harbour developers.
I never used xHarbour.com distribution. I prefer to use official xHarbour.org so I can choose any compilers I like.TimStone wrote:I dropped my subscription to xHarbour several years back. I did it because all of the upgrades were with Visual xHarbour which I did not use, and because there was no plan to upgrade the compiler or linker. It may be a fine product but it was not a good business decision to continue paying for it. I also quit asking for support there because the few questions I did ask were left unanswered.
EMG
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Migrating to Harbour
James,
EMG
As I already wrote, a C compiler is a C compiler. Without a real and specific reason it doesn't make any sense to change it. And in the future I will prefer to not use bloated MS compilers, that's for sure.James Bott wrote:I was using xHarbour at first too, then I switched to Harbour. I don't remember why now.
I am mainly interested in Harbour now so we can use MS's C compiler because I wonder how long Borland's will be available.
EMG
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Migrating to Harbour
Antonio,
But a sentence like that is of no value without a list of (at least one) reasons to uphold it.
I will be very happy to find one or more real reason to switch!
EMG
I know.Antonio Linares wrote:To me Harbour is the way to go,
But a sentence like that is of no value without a list of (at least one) reasons to uphold it.
I will be very happy to find one or more real reason to switch!
EMG
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Migrating to Harbour
Enrico,
To me the existence of the library hbcplr.lib for Harbour is such important that I don't need more reasons to choose Harbour.
hbcplr.lib holds the entire Harbour compiler inside it, so we can compile PRGs from our EXEs, in memory and execute the code. To me this is extremelly important
If you want some more reasons, I can provide you with some more, but as I said the above reason is more than enough for me
To me the existence of the library hbcplr.lib for Harbour is such important that I don't need more reasons to choose Harbour.
hbcplr.lib holds the entire Harbour compiler inside it, so we can compile PRGs from our EXEs, in memory and execute the code. To me this is extremelly important
If you want some more reasons, I can provide you with some more, but as I said the above reason is more than enough for me
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Migrating to Harbour
Antonio,
EMG
I see. But first, are you sure that xHarbour doesn't have something similar? Second, I really wouldn't know what to do with it, as application developer. At least so far.Antonio Linares wrote:To me the existence of the library hbcplr.lib for Harbour is such important that I don't need more reasons to choose Harbour.
EMG
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Migrating to Harbour
Enrico,
xHarbour does not provide it. You may ask in the xHarbour devel list. I wish I were wrong
Go to FWH\samples build FiveDBU.prg and open any DBF and click on "Processes". There you have a complete example of use.
This capability is the foundation to build a professional ERP software. ERPs are the most powerful apps by far.
Its possibilities are endless
xHarbour does not provide it. You may ask in the xHarbour devel list. I wish I were wrong
Go to FWH\samples build FiveDBU.prg and open any DBF and click on "Processes". There you have a complete example of use.
This capability is the foundation to build a professional ERP software. ERPs are the most powerful apps by far.
Its possibilities are endless
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Migrating to Harbour
Antonio,
EMG
Done.Antonio Linares wrote:xHarbour does not provide it. You may ask in the xHarbour devel list. I wish I were wrong
EMG
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Migrating to Harbour
Enrico Maria Giordano wrote:Antonio,
I will be very happy to find one or more real reason to switch!
EMG
Hundreds reasons, from https://github.com/harbour/core/blob/ma ... b-diff.txt
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Migrating to Harbour
That document is obsolete. Most features are provided by xHarbour too.
EMG
EMG
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Re: Migrating to Harbour
Antonio,
I never understood the advantage to runtime compiling--it seems it would be too slow.
Are you saying this provides runtime compiling, and if so, why is this important?hbcplr.lib holds the entire Harbour compiler inside it, so we can compile PRGs from our EXEs, in memory and execute the code. To me this is extremely important.
By ERP do you mean "Enterprise Resource Planning" or something else? And why would runtime compiling be important to ERP?This capability is the foundation to build a professional ERP software.
I never understood the advantage to runtime compiling--it seems it would be too slow.
Re: Migrating to Harbour
Some samples of obsolescence in that document, please.Enrico Maria Giordano wrote:That document is obsolete. Most features are provided by xHarbour too.
EMG