Page 1 of 1
Using harbour CVS
Posted: Sun Jan 20, 2008 3:54 pm
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
Posted: Sun Jan 20, 2008 5:04 pm
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.
Posted: Sun Jan 20, 2008 6:22 pm
by Roberto Parisi
I tried without success. May be I've an old version?
Posted: Mon Jan 21, 2008 6:01 am
by Antonio Linares
Roberto,
Whats the date of your FWPPC libraries ?
Posted: Mon Jan 21, 2008 7:41 am
by Roberto Parisi
My FWPPC version is 7.01.
Thx in advance,
Roberto Parisi
Posted: Mon Jan 21, 2008 8:05 am
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,
Posted: Mon Jan 21, 2008 9:10 am
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
Posted: Mon Jan 21, 2008 7:04 pm
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
Posted: Tue Jan 22, 2008 8:07 am
by Antonio Linares
Roberto,
The current harbour CVS files neither support function Hash()
xHarbour does
Posted: Tue Jan 22, 2008 8:12 am
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
Posted: Tue Jan 22, 2008 8:43 am
by Roberto Parisi
I tried but I get unresolved external wth HB_Hash() too.
Is my harbour build old?
Regards,
Roberto Parisi
Posted: Tue Jan 22, 2008 9:15 am
by Antonio Linares
Roberto,
Yes, there are around seven months difference from your build and FWPPC 7.09 build.