Page 1 of 1

Link errors xHarbour 10283.bcc770

PostPosted: Thu Apr 25, 2024 6:05 pm
by Rick Lipkin
To All

I have not upgraded xHarbour for quite some time ... I downloaded xhb10283 I am using bcc74 ( I have bcc770 not installed yet ) and FWH 2310 ( I do have fwh2404 ) and I got the following link errors:

[1]:iLink32.Exe -Gn -aa -Tpe -s -v @ContW32.bcl
Turbo Incremental Link 6.90 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.
Error: Unresolved external '___get_std_stream' referenced from C:\XHARBOUR\LIB\COMMON.LIB|hbtrace
Error: Unresolved external '__chdir' referenced from C:\XHARBOUR\LIB\HBZIP.LIB|zipplatform
Error: Unable to perform link

I wanted to try each component individually to see if there were any compile or link errors ... is the above errors because I am still using bcc74 ?

Thanks

Re: Link errors xHarbour 10283.bcc770

PostPosted: Thu Apr 25, 2024 6:21 pm
by karinha

Re: Link errors xHarbour 10283.bcc770

PostPosted: Thu Apr 25, 2024 7:50 pm
by Enrico Maria Giordano
Rick Lipkin wrote:is the above errors because I am still using bcc74 ?


Yes, you have to use BCC 7.70.

Re: Link errors xHarbour 10283.bcc770

PostPosted: Thu Apr 25, 2024 8:58 pm
by Rick Lipkin
Enrico

Fixed ... thanks