FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour error on odbc
Posts: 434
Joined: Wed Jun 06, 2007 02:58 PM

error on odbc

Posted: Mon May 26, 2008 08:01 AM

I'm compiling my .lnk and get this error

Error: Unresolved external '_HB_FUN_RDDSETFIELDEXTENT' referenced from C:\FWH\LI
B\FIVEHX.LIB|TRDD
Error: Unresolved external '_HB_FUN_RDDADDFIELD' referenced from C:\FWH\LIB\FIVE
HX.LIB|TRDD
Error: Unresolved external '_HB_FUN__TRDD' referenced from C:\FWH\LIB\FIVEHX.LIB
|TRDD
Error: Unresolved external '_HB_FUN_INIODBC32' referenced from C:\FWH\LIB\FIVEHX
.LIB|TRDDODBC
Error: Unresolved external '_HB_FUN_ENDODBC32' referenced from C:\FWH\LIB\FIVEHX
.LIB|TRDDODBC

what library missing ?

FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023

FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)

Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

error on odbc

Posted: Mon May 26, 2008 12:39 PM

Damiano,

Class TRdd is only available for FiveWin 16 bits. ODBC should not be used any longer, instead you should use ADO.

Please review free ADORDD for Harbour/xharbour and FWH. You can download it from here:

www.fivetechsoft.com/files/adordd.zip

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion