FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour harbour vs xharbour
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM
harbour vs xharbour
Posted: Tue Feb 15, 2011 02:55 PM
Hello

How do we stand the comparison today between harbour and xharbour

I personnally have used xharbour since it's very beginning, at that time xharbour was far more powerful and extended than harbour , the dev was in xharbour , ported to harbour afterwards , now i notice we go the opposite way , dev in harbour ported to xharbour , so i am curious to know what advantage remains today using xharbour over harbour.

Is it worth moving to harbour ?

Are there any compatibility issues ?

If any experemented user can explain the difference ?

Thanks in advance,

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 103
Joined: Sat Oct 18, 2008 08:13 PM
Re: harbour vs xharbour
Posted: Tue Feb 15, 2011 03:12 PM
Hi Richard,

Richard Chidiak wrote:
I personnally have used xharbour since it's very beginning


The same like me. But about 1 year ago I changed my code that it worked very well with xHarbour and Harbour. But in the first time I only used Harbour apps only internal for testing. Since about 4 months I only use Harbour apps.

Richard Chidiak wrote:
Is it worth moving to harbour ?


IMO definitely yes. :-)

Richard Chidiak wrote:
Are there any compatibility issues ?


As I remember, if there are some, only small ones. This was one of them:

Instead of

Code (fw): Select all Collapse
IF !( cText IN hData )


you have to use

Code (fw): Select all Collapse
IF HGetPos( hData, cText )==0


If you change and have problems, feel free to ask.
Best Regards,

Ruediger Alich



---

HMG 3.1.3 | FTDN/FWH 13.12 | Harbour 3.2 | BCC/MinGW | Windows XP/Vista/7/8/10 (32/64-Bit), Wine (Linux/Mac) - started 1999 with FW, 1989 with Clipper

Continue the discussion