Erro ao atualizar Fwh8.09

Post Reply
marca
Posts: 104
Joined: Mon Aug 13, 2007 5:22 pm
Location: Brazil
Contact:

Erro ao atualizar Fwh8.09

Post 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
Marcelo Ferro da Silveira
Fwh14.04/xHarbour 1.2.3 Simplex / Bcc582 / Pelles 8
SqlLib /xMate/WS
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
marca
Posts: 104
Joined: Mon Aug 13, 2007 5:22 pm
Location: Brazil
Contact:

Post by marca »

Antonio

Thank you
After updating the xharbour it perfectly worked


A hug
Marcelo Ferro da Silveira
Fwh14.04/xHarbour 1.2.3 Simplex / Bcc582 / Pelles 8
SqlLib /xMate/WS
Post Reply