Using harbour CVS

Post Reply
Roberto Parisi
Posts: 116
Joined: Thu Oct 13, 2005 5:14 pm
Location: Italy

Using harbour CVS

Post by Roberto Parisi »

Hi Antonio,
can I use harbour cvs to link fiveppc apps? Or I have to use only the one provided by you? I need some xharbour extensions like hashes, etc.

Thx in advance,
Roberto Parisi
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Post by Antonio Linares »

Roberto,

> can I use harbour cvs to link fiveppc apps?

No, not yet. As we use a Harbour build from some months ago, and recently there have been some changes in Harbour that we have not tested with FWPPC yet, and may result in internal conflicts.

We will upgrade the Harbour use that we use for FWPPC asap. In one month or two.

>
Or I have to use only the one provided by you? I need some xharbour extensions like hashes, etc.
>

Have you tried hashes with the Harbour for Pocket PC that we provide ? They should be supported.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Roberto Parisi
Posts: 116
Joined: Thu Oct 13, 2005 5:14 pm
Location: Italy

Post by Roberto Parisi »

I tried without success. May be I've an old version?
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Post by Antonio Linares »

Roberto,

Whats the date of your FWPPC libraries ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
Roberto Parisi
Posts: 116
Joined: Thu Oct 13, 2005 5:14 pm
Location: Italy

Post by Roberto Parisi »

My FWPPC version is 7.01.

Thx in advance,
Roberto Parisi
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Post by Antonio Linares »

Roberto,

The current FWPPC version is 7.09

Please post here a sample of the code that you need to use and we will build it using FWPPC 7.09, so we can confirm you if it works. Thanks,
regards, saludos

Antonio Linares
www.fivetechsoft.com
Roberto Parisi
Posts: 116
Joined: Thu Oct 13, 2005 5:14 pm
Location: Italy

Post by Roberto Parisi »

Hi Antonio.
if I compile and link the code:
hStruct := Hash()

I get an unresolved external Hash(). I think is related to the lack of hash functions in my harbour_ce build.

Regards,
Roberto Parisi
Roberto Parisi
Posts: 116
Joined: Thu Oct 13, 2005 5:14 pm
Location: Italy

Post by Roberto Parisi »

Ok.. i tried again... It seem my harb-arm build doesn't support hashes. Can you provide me an updated version?

Regards,
Roberto Parisi
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Post by Antonio Linares »

Roberto,

The current harbour CVS files neither support function Hash()

xHarbour does
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Post by Antonio Linares »

Roberto,

It is supported! :-) In Harbour for Pocket PC (FWPPC 7.09).

The only difference is that the function is named HB_Hash()

Please try in your FWPPC build, using HB_Hash(), thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
Roberto Parisi
Posts: 116
Joined: Thu Oct 13, 2005 5:14 pm
Location: Italy

Post by Roberto Parisi »

I tried but I get unresolved external wth HB_Hash() too.

Is my harbour build old?

Regards,
Roberto Parisi
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Post by Antonio Linares »

Roberto,

Yes, there are around seven months difference from your build and FWPPC 7.09 build.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply