Migrate to Harbour
-
- Posts: 1072
- Joined: Fri Oct 07, 2005 3:33 pm
- Location: Cochabamba - Bolivia
- Has thanked: 1 time
Migrate to Harbour
Hello,
I really want to migrate to Harbour from xHarbour, but I need some feedback from community, I need to know if the combination will work properly
Harbor +
FWH +
Borlnad C +
ADS +
FastReport
can somebody share your experiences
regards
Marcelo
I really want to migrate to Harbour from xHarbour, but I need some feedback from community, I need to know if the combination will work properly
Harbor +
FWH +
Borlnad C +
ADS +
FastReport
can somebody share your experiences
regards
Marcelo
- Marco Turco
- Posts: 858
- Joined: Fri Oct 07, 2005 12:00 pm
- Location: London
- Contact:
Re: Migrate to Harbour
Hi Marcelo,
I noticed several of you are moving from xHarbour to Harbour,
is there any issue ? Just a curriosity.
I noticed several of you are moving from xHarbour to Harbour,
is there any issue ? Just a curriosity.
Best Regards,
Marco Turco
SOFTWARE XP LLP
Marco Turco
SOFTWARE XP LLP
Re: Migrate to Harbour
Marcelo,
I prefer:
Harbour +
FWH +
Microsoft C +
DBFCDX +
FastReport
To me works very well
I prefer:
Harbour +
FWH +
Microsoft C +
DBFCDX +
FastReport
To me works very well
Kleyber Derick
FWH / xHb / xDevStudio / SQLLIB
FWH / xHb / xDevStudio / SQLLIB
-
- Posts: 1072
- Joined: Fri Oct 07, 2005 3:33 pm
- Location: Cochabamba - Bolivia
- Has thanked: 1 time
Re: Migrate to Harbour
Thanks,
for response, but my requirements are ADS + FR, I can think to change the C compiler but not the other components, then, I wait for more feedback, I hope someone is using ADS( ADT files ) + FR + HB
regards
Marcelo
for response, but my requirements are ADS + FR, I can think to change the C compiler but not the other components, then, I wait for more feedback, I hope someone is using ADS( ADT files ) + FR + HB
regards
Marcelo
Re: Migrate to Harbour
Marco,
I experienced some errors with xHarbour which aren't happening with Harbour (often index files are getting corrupt without any reason).
Antonio advised me to test it with Harbour. And suddenly the index errors are gone.
I experienced some errors with xHarbour which aren't happening with Harbour (often index files are getting corrupt without any reason).
Antonio advised me to test it with Harbour. And suddenly the index errors are gone.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.07 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.07 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
- Antonio Linares
- Site Admin
- Posts: 42425
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 15 times
- Been thanked: 49 times
- Contact:
Re: Migrate to Harbour
Facts are better than words to convince people
Michel, so glad to hear the problems went away
Michel, so glad to hear the problems went away
-
- Posts: 1072
- Joined: Fri Oct 07, 2005 3:33 pm
- Location: Cochabamba - Bolivia
- Has thanked: 1 time
Re: Migrate to Harbour
Hello to all,
maybe I need to be clear, I know that Harbour is better than xHarbour, it is the razon because I want to migrate but, what I need to know if I will have problems with my requirements, ADS( adt ) + FastReport
Do you think somebody are using Harbour + ADS( adt ) + FastReport ?
best regards
Marcelo
maybe I need to be clear, I know that Harbour is better than xHarbour, it is the razon because I want to migrate but, what I need to know if I will have problems with my requirements, ADS( adt ) + FastReport
Do you think somebody are using Harbour + ADS( adt ) + FastReport ?
best regards
Marcelo
- Antonio Linares
- Site Admin
- Posts: 42425
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 15 times
- Been thanked: 49 times
- Contact:
-
- Posts: 1072
- Joined: Fri Oct 07, 2005 3:33 pm
- Location: Cochabamba - Bolivia
- Has thanked: 1 time
Re: Migrate to Harbour
Antonio,
thanks for all, I downloaded the Harbour's source for build RDDADS only, I am using the Harbour provided for Fivetech and
For the first test, I get this error: Unresolved external '_HB_FUN__CLSACTIVE'
some help?
regards
Marcelo
thanks for all, I downloaded the Harbour's source for build RDDADS only, I am using the Harbour provided for Fivetech and
For the first test, I get this error: Unresolved external '_HB_FUN__CLSACTIVE'
some help?
regards
Marcelo
- Antonio Linares
- Site Admin
- Posts: 42425
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 15 times
- Been thanked: 49 times
- Contact:
Re: Migrate to Harbour
Marcelo,
Please post a self contained example to reproduce that error, thanks
Also check that you are using the right path for the header files and remember to recompile all your PRGs and libraries (in case that you have xharbour compiled code in them)
Please post a self contained example to reproduce that error, thanks
Also check that you are using the right path for the header files and remember to recompile all your PRGs and libraries (in case that you have xharbour compiled code in them)
- Enrico Maria Giordano
- Posts: 8737
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 2 times
- Contact:
Re: Migrate to Harbour
Antonio,
what is the official source for downloading Harbour binaries for BCC582?
EMG
what is the official source for downloading Harbour binaries for BCC582?
EMG
- Antonio Linares
- Site Admin
- Posts: 42425
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 15 times
- Been thanked: 49 times
- Contact:
Re: Migrate to Harbour
Enrico,
The official instructions are given here:
https://github.com/harbour/core
According to it, binaries should be downloaded from:
http://sourceforge.net/projects/harbour-project/files/
but as you can check for yourself, it is not properly updated.
thats why we use our own binaries that you can download from here:
https://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=harbour_bcc582_20131007.zip
The official instructions are given here:
https://github.com/harbour/core
According to it, binaries should be downloaded from:
http://sourceforge.net/projects/harbour-project/files/
but as you can check for yourself, it is not properly updated.
thats why we use our own binaries that you can download from here:
https://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=harbour_bcc582_20131007.zip
- Enrico Maria Giordano
- Posts: 8737
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 2 times
- Contact:
- nageswaragunupudi
- Posts: 10712
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 8 times
- Contact:
Re: Migrate to Harbour
For the first test, I get this error: Unresolved external '_HB_FUN__CLSACTIVE'
We get this error when xharbour and harbour obj/lib files are mixed up.
I keep switching between harbour and xharbour for testing my work and I get this familiar error whenever I am careless to re-compile all sources.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- Enrico Maria Giordano
- Posts: 8737
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 2 times
- Contact: