!RESOLVED! Unresolved external 'AlphaBlend' ( FWH 8.06 )

Post Reply
User avatar
JC
Posts: 445
Joined: Thu Feb 21, 2008 11:58 am
Location: Brazil
Contact:

!RESOLVED! Unresolved external 'AlphaBlend' ( FWH 8.06 )

Post by JC »

Dear Antonio and friends!

When I try to compile a example into sample directory with FWH 8.06 and xHarbour... this error is returned:

Code: Select all

Compiling...
xHarbour Compiler build 1.1.0 (SimpLex) (Rev. 6154)
Copyright 1999-2008, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'testxbr2.prg' and generating preprocessed output to 'testxbr2.ppo'...

Lines 80, Functions/Procedures 3
Generating C source output to 'testxbr2.c'...
Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
testxbr2.c:
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 H:\FWH8.06\FWH\LIB\FIVEH
C.LIB|BRUSHES
* There are errors
The 'AlphaBlend' method or function is part of FWH 8.06 or not?

Thanks to all!
Peace and lighting!

Júlio César M. Ferreira

FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
User avatar
JC
Posts: 445
Joined: Thu Feb 21, 2008 11:58 am
Location: Brazil
Contact:

Post by JC »

Friends...

I have included the lib file "\lib\psdk\msimg32.lib" and this is ok now!
Peace and lighting!

Júlio César M. Ferreira

FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
Post Reply