FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Harbour : benefit's ?
Posts: 166
Joined: Wed Aug 29, 2012 08:25 AM
Harbour : benefit's ?
Posted: Mon Oct 01, 2012 06:12 PM

Converting to harbour was succesfull : now i can compile for harbour or xharbour.

BUT : What are now the benefits ? I made some speed tests but the differences are to small.

I hoped that in Harbour RMDBFCDX is available , Is it ? .

How esplain to a enduser to switch to harbour and take the risks to have some error's (at least in the beginning) ?

Frank Demont

test
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Harbour : benefit's ?
Posted: Mon Oct 01, 2012 08:04 PM
Frank,

1. For me, the main reason is the technical level and the commitment level of the Harbour development team.

2. I use Harbour, with no problems at all, on Windows, Mac and Linux. xHarbour does not provide this. I have tried it and it fails to build.

3. Harbour users are growing and growing and this means:

"given enough eyeballs, all bugs are shallow"; or more formally: "Given a large enough beta-tester and co-developer base, almost every problem will be characterized quickly and the fix will be obvious to someone."

http://en.wikipedia.org/wiki/Linus'_Law
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 598
Joined: Tue Apr 15, 2008 04:51 PM
Re: Harbour : benefit's ?
Posted: Tue Oct 02, 2012 12:09 AM

Antonio:

What do you use to complie for MAC?

Thank you

Harvey
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Harbour : benefit's ?
Posted: Tue Oct 02, 2012 12:25 AM
Harvey,

I use Harbour and the gcc compiler included in Apple's Xcode package.

Apple recently released a Xcode command line tools (gcc is included) that avoid the need to install the entire Xcode package:
http://developer.apple.com/downloads
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1515
Joined: Thu Oct 30, 2008 02:37 PM
Re: Harbour : benefit's ?
Posted: Tue Oct 02, 2012 09:52 AM
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Re: Harbour : benefit's ?
Posted: Tue Oct 02, 2012 11:22 AM
hmpaquito wrote:Franklin,

http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/doc/xhb-diff.txt

Regards


Thank you for the info.

I was also thinking to move from xHarbour to Harbour, but now I just see that BACKGROUND TASK are not supported in Harbour. In one of my application I'm using that (Updating screen when an other user change something in the database) .
Is there a simular funcion in Harbour? Or do I need a timer?

Thanks,
Marc
Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Posts: 284
Joined: Mon Oct 24, 2005 08:04 PM
Re: Harbour : benefit's ?
Posted: Fri Oct 05, 2012 03:10 PM
Frank:

Have you done any comparisons between Harbour's dbfcdx and rmdbfcdx?

Thanks,
Randal

Franklin Demont wrote:Converting to harbour was succesfull : now i can compile for harbour or xharbour.

BUT : What are now the benefits ? I made some speed tests but the differences are to small.

I hoped that in Harbour RMDBFCDX is available , Is it ? .

How esplain to a enduser to switch to harbour and take the risks to have some error's (at least in the beginning) ?

Frank Demont
Posts: 166
Joined: Wed Aug 29, 2012 08:25 AM
Re: Harbour : benefit's ?
Posted: Fri Oct 05, 2012 03:42 PM
Randal wrote:Frank:

Have you done any comparisons between Harbour's dbfcdx and rmdbfcdx?

Thanks,
Randal

Franklin Demont wrote:Converting to harbour was succesfull : now i can compile for harbour or xharbour.

BUT : What are now the benefits ? I made some speed tests but the differences are to small.

I hoped that in Harbour RMDBFCDX is available , Is it ? .

How esplain to a enduser to switch to harbour and take the risks to have some error's (at least in the beginning) ?

Frank Demont


Randal ,

I was used to work with RMDBFCDX from xharbour commercial.

In mine aplication on some indexes (very time consuming and complex) , DBFCDX was never ending. RMDBFCDX has no problems.

When i returned to BCC as compiler i had to simplify some indexes to overcome this limitation. I hoped that RMDBFCDX was available in harbour but it seems not to be

Frank
test
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
Re: Harbour : benefit's ?
Posted: Mon Oct 08, 2012 04:31 AM

Frank, harbour\contrib\rddbm can't help?

FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour
Posts: 166
Joined: Wed Aug 29, 2012 08:25 AM
Re: Harbour : benefit's ?
Posted: Mon Oct 08, 2012 08:48 AM
hua wrote:Frank, harbour\contrib\rddbm can't help?


Thanks for the info , i will try it

Have you experience with it ?

Frank
test
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
Re: Harbour : benefit's ?
Posted: Tue Oct 09, 2012 01:37 AM

Sorry Frank. Have used neither RMDBFCDX nor BMDBFCDX before.

FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour

Continue the discussion