Page 1 of 1

Erro ao atualizar Fwh8.09

Posted: Fri Sep 26, 2008 2:25 pm
by marca
Hello Personal good morning
I updated my fwh today for 8,09 and when compiling he/she gave lack of this functions in the lib FiveHx
Would anybody know how to tell me how to solve?



Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_DBPACK' referenced from C:\LANGUAGE\FWH\LIB\FIVEHX.LIB|DATABASE
Error: Unresolved external '_HB_FUN_DBZAP' referenced from C:\LANGUAGE\FWH\LIB\FIVEHX.LIB|DATABASE

Posted: Fri Sep 26, 2008 5:16 pm
by Antonio Linares
Marcelo,

You may not have properly installed the new xHarbour build as those functions are provided in it. Please check that you are using the most recent build that we provide from here:

www.fivetechsoft.com/files/xharbour.exe

As a workaround in the meantime you could add these functions to your main PRG:

Code: Select all

function DbPack()
   PACK
return nil

function DbZap()
   ZAP
return nil

Posted: Fri Sep 26, 2008 6:29 pm
by marca
Antonio

Thank you
After updating the xharbour it perfectly worked


A hug