Migrate to Harbour

Migrate to Harbour

Postby Marcelo Via Giglio » Fri Jun 13, 2014 6:59 pm

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
Marcelo Via Giglio
 
Posts: 1050
Joined: Fri Oct 07, 2005 3:33 pm
Location: Cochabamba - Bolivia

Re: Migrate to Harbour

Postby Marco Turco » Fri Jun 13, 2014 7:25 pm

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

Re: Migrate to Harbour

Postby Kleyber » Fri Jun 13, 2014 7:25 pm

Marcelo,

I prefer:

Harbour +
FWH +
Microsoft C +
DBFCDX +
FastReport

To me works very well
Kleyber Derick

FWH / xHb / xDevStudio / SQLLIB
User avatar
Kleyber
 
Posts: 581
Joined: Tue Oct 11, 2005 11:28 am
Location: São Luiz, Brasil

Re: Migrate to Harbour

Postby Marcelo Via Giglio » Fri Jun 13, 2014 9:09 pm

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
Marcelo Via Giglio
 
Posts: 1050
Joined: Fri Oct 07, 2005 3:33 pm
Location: Cochabamba - Bolivia

Re: Migrate to Harbour

Postby driessen » Fri Jun 13, 2014 10:47 pm

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. 24.02 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc77
User avatar
driessen
 
Posts: 1396
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: Migrate to Harbour

Postby Antonio Linares » Fri Jun 13, 2014 11:41 pm

Facts are better than words to convince people :-)

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41323
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Migrate to Harbour

Postby Marcelo Via Giglio » Sat Jun 14, 2014 12:39 am

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
Marcelo Via Giglio
 
Posts: 1050
Joined: Fri Oct 07, 2005 3:33 pm
Location: Cochabamba - Bolivia

Re: Migrate to Harbour

Postby Antonio Linares » Sat Jun 14, 2014 5:45 am

Marcelo,

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41323
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Migrate to Harbour

Postby Marcelo Via Giglio » Sun Jun 15, 2014 4:10 am

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
Marcelo Via Giglio
 
Posts: 1050
Joined: Fri Oct 07, 2005 3:33 pm
Location: Cochabamba - Bolivia

Re: Migrate to Harbour

Postby Antonio Linares » Sun Jun 15, 2014 7:43 am

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

Re: Migrate to Harbour

Postby Enrico Maria Giordano » Sun Jun 15, 2014 10:26 am

Antonio,

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

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8331
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Migrate to Harbour

Postby Antonio Linares » Sun Jun 15, 2014 2:02 pm

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41323
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Migrate to Harbour

Postby Enrico Maria Giordano » Sun Jun 15, 2014 2:44 pm

Antonio,

downloaded, thank you! :-)

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8331
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Migrate to Harbour

Postby nageswaragunupudi » Sun Jun 15, 2014 3:02 pm

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
User avatar
nageswaragunupudi
 
Posts: 10254
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: Migrate to Harbour

Postby Enrico Maria Giordano » Sun Jun 15, 2014 3:19 pm

Any news about TRY/CATCH/END implementation in Harbour?

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8331
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Next

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 10 guests