Link errors with September 2019, BCC7 and Harbour

Post Reply
MichaelMo
Posts: 55
Joined: Thu Feb 15, 2007 1:35 am

Link errors with September 2019, BCC7 and Harbour

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

Re: Link errors with September 2019, BCC7 and Harbour

Post by Antonio Linares »

Michael,

Please link xhb.lib too, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
MichaelMo
Posts: 55
Joined: Thu Feb 15, 2007 1:35 am

Re: Link errors with September 2019, BCC7 and Harbour

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

Re: Link errors with September 2019, BCC7 and Harbour

Post 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?
Regards

G. N. Rao.
Hyderabad, India
Post Reply