Link errors xHarbour 10283.bcc770

Post Reply
User avatar
Rick Lipkin
Posts: 2668
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Link errors xHarbour 10283.bcc770

Post 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
User avatar
karinha
Posts: 7935
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Been thanked: 3 times
Contact:

Re: Link errors xHarbour 10283.bcc770

Post by karinha »

https://forums.fivetechsupport.com/view ... a6#p269332

Code: Select all | Expand

#pragma BEGINDUMP
void __get_std_stream() {}
void _chdir() {}
#pragma ENDDUMP
 
Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
Enrico Maria Giordano
Posts: 8753
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Has thanked: 1 time
Been thanked: 4 times
Contact:

Re: Link errors xHarbour 10283.bcc770

Post 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.
User avatar
Rick Lipkin
Posts: 2668
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: Link errors xHarbour 10283.bcc770

Post by Rick Lipkin »

Enrico

Fixed ... thanks
Post Reply