F:\FW\FWH_9.04\samples>more ..\fwh.hbp
#
# $Id: fwh.hbp 10903 2009-04-20 19:18:39Z vszakats $
#

# Copy this file to FWH root dir and include it in hbmk2
# command line to build an app:
# > hbmk2 test.prg C:\fwh\fwh.hbp

{win}incpaths=${hb_self}include
{win}libpaths=${hb_self}lib

{win}gt=gtgui

{win}libs=fiveh fivehc
{win}libs=nddeapi iphlpapi rasapi32
{win}libs=hbwin

F:\FW\FWH_9.04\samples>hbmk2 testget ..\fwh.hbp
hbmk: Processing configuration: c:\hbbcc\bin\hbmk.cfg
Harbour 1.1.0dev (Rev. 10908)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'testget.prg'...
Lines 3642, Functions/Procedures 2
Generating C source output to 'testget.c'... Done.
testget.c:
C:\Users\VAILTO~1\AppData\Local\Temp\hbmk_qsy6z7.c:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Fatal: Unable to open file 'NDDEAPI.LIB'
hbmk: Error: Running linker. 2:
ilink32.exe @C:\Users\VAILTO~1\AppData\Local\Temp\u9m8j1.lnk

F:\FW\FWH_9.04\samples>hbmk2 testget ..\fwh.hbp -Lc:\BCC55\Lib\PSDK
hbmk: Processing configuration: c:\hbbcc\bin\hbmk.cfg
Harbour 1.1.0dev (Rev. 10908)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'testget.prg'...
Lines 3642, Functions/Procedures 2
Generating C source output to 'testget.c'... Done.
testget.c:
C:\Users\VAILTO~1\AppData\Local\Temp\hbmk_tg6vjx.c:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external 'AlphaBlend' referenced from F:\FW\FWH_9.04\LIB\FIVEH
C.LIB|BRUSHES
hbmk: Error: Running linker. 2:
ilink32.exe @C:\Users\VAILTO~1\AppData\Local\Temp\cz3x7z.lnk

F:\FW\FWH_9.04\samples>


The MSIMG32.LIB is missing inside fwh.hbp, see:

F:\FW\FWH_9.04\samples>hbmk2 testget ..\fwh.hbp -lmsimg32 -Lc:\BCC55\Lib\PSDK
hbmk: Processing configuration: c:\hbbcc\bin\hbmk.cfg
Harbour 1.1.0dev (Rev. 10908)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'testget.prg'...
Lines 3642, Functions/Procedures 2
Generating C source output to 'testget.c'... Done.
testget.c:
C:\Users\VAILTO~1\AppData\Local\Temp\hbmk_vnhqlm.c:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland

F:\FW\FWH_9.04\samples>

In some other cases, the FW provides native support for ODBC and
ODBC32.LIB is missing inside fwh.hbp... See it in buildh.bat which is
posted above.

Vailton Renato
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to