FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour help upgrade FWH32
Posts: 434
Joined: Wed Jun 06, 2007 02:58 PM
help upgrade FWH32
Posted: Fri Feb 03, 2012 12:05 PM

i compiled my app but get this error:

Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external 'AlphaBlend' referenced from C:\FWH\LIB\FIVEHC.LIB|BRUSHES
Error: Unresolved external 'TransparentBlt' referenced from C:\FWH\LIB\FIVEHC.LIB|C5CNEW
Error: Unresolved external 'GetModuleFileNameExA' referenced from C:\FWH\LIB\FIVEHX.LIB|GETTASKS
Error: Unresolved external '_HB_FUN_LOG10' referenced from C:\FWH\LIB\FIVEHX.LIB|VALTOSTR
Error: Unresolved external '_HB_FUN_FLOOR' referenced from C:\FWH\LIB\FIVEHX.LIB|VALTOSTR
...help

FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023

FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)

Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: help upgrade FWH32
Posted: Fri Feb 03, 2012 12:29 PM

Try to link msimg32.lib.

EMG

Posts: 434
Joined: Wed Jun 06, 2007 02:58 PM
Re: help upgrade FWH32
Posted: Fri Feb 03, 2012 01:46 PM

stessi errori

FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023

FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)

Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: help upgrade FWH32
Posted: Fri Feb 03, 2012 01:57 PM

Damiano,

Please check FWH\samples\buildh.bat (Harbour) or buildx.bat (xHarbour) to see the libs to link.

You have to link Borland PSDK\psapi.lib too

Also hbct.lib from Harbour

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 434
Joined: Wed Jun 06, 2007 02:58 PM
Re: help upgrade FWH32
Posted: Fri Feb 03, 2012 02:23 PM

ok... :D

FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023

FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)

Visual Studio 2019 - Pelles C V.8.00.60 (Win64)

Continue the discussion