harbour vs xharbour

Post Reply
User avatar
Richard Chidiak
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France
Contact:

harbour vs xharbour

Post by Richard Chidiak »

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
User avatar
IBTC
Posts: 103
Joined: Sat Oct 18, 2008 8:13 pm
Location: Stuttgart, Germany
Contact:

Re: harbour vs xharbour

Post by IBTC »

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. :D
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: Select all

IF !( cText IN hData )
you have to use

Code: Select all

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
Post Reply