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
harbour vs xharbour
- Richard Chidiak
- Posts: 946
- Joined: Thu Oct 06, 2005 7:05 pm
- Location: France
- Contact:
Re: harbour vs xharbour
Hi Richard,
Instead of
you have to use
If you change and have problems, feel free to ask.
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: I personnally have used xharbour since it's very beginning
IMO definitely yes.Richard Chidiak wrote: Is it worth moving to harbour ?
As I remember, if there are some, only small ones. This was one of them:Richard Chidiak wrote: Are there any compatibility issues ?
Instead of
Code: Select all
IF !( cText IN hData )
Code: Select all
IF HGetPos( hData, cText )==0
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
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