Page 1 of 1

harbour vs xharbour

Posted: Tue Feb 15, 2011 2:55 pm
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

Re: harbour vs xharbour

Posted: Tue Feb 15, 2011 3:12 pm
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.