Page 1 of 1

Link errors with September 2019, BCC7 and Harbour

Posted: Mon Dec 09, 2019 4:24 pm
by MichaelMo
I just got the new FWH libraries for September 2019, but when I try to compile and link my program, I'm now getting the following 2 link errors:

Error: Unresolved external '_hb_strAtI' referenced from C:\FWH\LIB\FIVEH.LIB|VSTRFUN1
Error: Unresolved external '_HB_FUN_HB_TSTOUTC' referenced from C:\FWH\LIB\FIVEH.LIB|VALTOSTR

I'm using Harbour and BCC7

Re: Link errors with September 2019, BCC7 and Harbour

Posted: Mon Dec 09, 2019 4:26 pm
by Antonio Linares
Michael,

Please link xhb.lib too, thanks

Re: Link errors with September 2019, BCC7 and Harbour

Posted: Mon Dec 09, 2019 5:10 pm
by MichaelMo
Thank you for your prompt help (as always). That worked.

Unfortunately however, I'm now getting the following run time error inside of a simple error box:

"truename not finished"

It's generating an error in the TDATABASE:_CFILE and it's being called from TDATABASE:SETAREA(458)

Re: Link errors with September 2019, BCC7 and Harbour

Posted: Tue Dec 10, 2019 3:37 am
by nageswaragunupudi
MichaelMo wrote:Thank you for your prompt help (as always). That worked.

Unfortunately however, I'm now getting the following run time error inside of a simple error box:

"truename not finished"

It's generating an error in the TDATABASE:_CFILE and it's being called from TDATABASE:SETAREA(458)
Can you please reproduce the full error log?