FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Link problems with 8.05
Posts: 56
Joined: Mon Jul 03, 2006 02:34 AM
Link problems with 8.05
Posted: Tue May 20, 2008 11:21 AM

Borland compile. FWH 8.05 + 8.05's xHarbour + latest may '08 xHB.com's builder beta:

Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external 'AlphaBlend' referenced from D:\FWH\LIB\FIVEHC.LIB|BRUSHES
Error: Unresolved external 'inflateEnd' referenced from D:\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external '_deflate' referenced from D:\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external '_get_crc_table' referenced from D:\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external '_deflateEnd' referenced from D:\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external '_deflateInit2
' referenced from D:\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external 'crc32' referenced from D:\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external '_inflateInit2
' referenced from D:\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external '_inflate' referenced from D:\XHARBOUR\LIB\HBZIP.LIB|ziparchive


The hbzip.lib in my xHarbour that came with 8.05 is only size 584,192. I tried including the HBZIP lib from the xHarbour\lib folder explicitly in my Libs listed inside xBuilder (as had worked fine with FWH 7.01 + xBuilder Dec 06).
The hbzip.lib in my xHarbour that came with my previous FWH (7.01) was
size 680,960.

Appreciate some help. Thanks.
Col

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Link problems with 8.05
Posted: Tue May 20, 2008 11:46 AM

Colin,

You have to link also xHarbour Zlib.lib

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 56
Joined: Mon Jul 03, 2006 02:34 AM
Link problems with 8.05
Posted: Tue May 20, 2008 11:54 AM

Great. That solved the zip linking problems. Thanks, Antonio, for such prompt assistance.

My only outstanding linking problem now is the 1st one in my post:

Error: Unresolved external 'AlphaBlend' referenced from D:\FWH\LIB\FIVEHC.LIB|BRUSHES

Suggestions?

TIA
Col

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Link problems with 8.05
Posted: Tue May 20, 2008 01:13 PM

Colin,

You have to link this library from Borland:

lib\psdk\msimg32.lib

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 56
Joined: Mon Jul 03, 2006 02:34 AM
Link problems with 8.05
Posted: Tue May 20, 2008 02:47 PM

Many thanks, Antonio. That did the trick.

Continue the discussion