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
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
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.
I tried without success. May be I've an old version?
Roberto,
Whats the date of your FWPPC libraries ?
My FWPPC version is 7.01.
Thx in advance,
Roberto Parisi
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,
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
Ok.. i tried again... It seem my harb-arm build doesn't support hashes. Can you provide me an updated version?
Regards,
Roberto Parisi
Roberto,
The current harbour CVS files neither support function Hash()
xHarbour does
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
I tried but I get unresolved external wth HB_Hash() too.
Is my harbour build old?
Regards,
Roberto Parisi
Roberto,
Yes, there are around seven months difference from your build and FWPPC 7.09 build.