FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Error: Unresolved external '_HB_FUN_DBFDBT' referenced from
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Error: Unresolved external '_HB_FUN_DBFDBT' referenced from
Posted: Tue Oct 18, 2005 01:27 AM

pueden darme una solucion para este error?
uso la version 0.99.50 del xharbour

Gracias

FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Error: Unresolved external '_HB_FUN_DBFDBT' referenced from
Posted: Tue Oct 18, 2005 02:48 AM

Gustavo,

Tienes que enlazar la librería dbfdbt.lib también,

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1074
Joined: Fri Oct 07, 2005 01:56 PM
Error: Unresolved external '_HB_FUN_DBFDBT' referenced from
Posted: Tue Oct 18, 2005 02:13 PM
gustavo si utilizas indices ntx, debes enlazar la libreria dbfdbt

si utilizas indices cdx, has esto..

al principio del programa
ANNOUNCE RDDSYS

al final
procedure RddInit()
REQUEST HB_LANG_ES //español
REQUEST DBFCDX, DBFFPT //solo indice cdx
return

espero que te sirva

Saludos
Patricio
Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Posts: 13
Joined: Fri Oct 07, 2005 02:41 PM
Error: Unresolved external '_HB_FUN_DBFDBT' referenced from
Posted: Tue Oct 18, 2005 04:31 PM
Hola Gustavo,
Mira estos mensajes :
http://fivetechsoft.com/forums/viewtopic.php?t=109

Un saludo
Yannis
http://www.trinityvision.gr
personal photography page:
http://www.letrentis.com

Continue the discussion