Migrate to Harbour

Marcelo Via Giglio
Posts: 1033
Joined: Fri Oct 07, 2005 3:33 pm
Location: Cochabamba - Bolivia

Migrate to Harbour

Post by Marcelo Via Giglio »

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
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

Re: Migrate to Harbour

Post by Marco Turco »

Hi Marcelo,
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
User avatar
Kleyber
Posts: 581
Joined: Tue Oct 11, 2005 11:28 am
Location: São Luiz, Brasil

Re: Migrate to Harbour

Post by Kleyber »

Marcelo,

I prefer:

Harbour +
FWH +
Microsoft C +
DBFCDX +
FastReport

To me works very well
Kleyber Derick

FWH / xHb / xDevStudio / SQLLIB
Marcelo Via Giglio
Posts: 1033
Joined: Fri Oct 07, 2005 3:33 pm
Location: Cochabamba - Bolivia

Re: Migrate to Harbour

Post by Marcelo Via Giglio »

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
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: Migrate to Harbour

Post by driessen »

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.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Migrate to Harbour

Post by Antonio Linares »

Facts are better than words to convince people :-)

Michel, so glad to hear the problems went away
regards, saludos

Antonio Linares
www.fivetechsoft.com
Marcelo Via Giglio
Posts: 1033
Joined: Fri Oct 07, 2005 3:33 pm
Location: Cochabamba - Bolivia

Re: Migrate to Harbour

Post by Marcelo Via Giglio »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Migrate to Harbour

Post by Antonio Linares »

Marcelo,

Yes, you can use ADS and FR with Harbour, no problem at all :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Marcelo Via Giglio
Posts: 1033
Joined: Fri Oct 07, 2005 3:33 pm
Location: Cochabamba - Bolivia

Re: Migrate to Harbour

Post by Marcelo Via Giglio »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Migrate to Harbour

Post by Antonio Linares »

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)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: Migrate to Harbour

Post by Enrico Maria Giordano »

Antonio,

what is the official source for downloading Harbour binaries for BCC582?

EMG
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Migrate to Harbour

Post by Antonio Linares »

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-x ... 131007.zip
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Migrate to Harbour

Post by nageswaragunupudi »

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