Estoy tratando de compilar los ejemplos de fivewin con xharbour y me da este error compilado el ejemplo TestSql1
Apenas estoy tratando de usar el xharbour, estoy un poco perdido, he hecho con clipper+fivewin varios desarrollos.
Este es el mensaje que me muestra
┌────────────────────────────────────────────────────────────────────────────┐
│ FiveWin for xHarbour 2.5 - June 2004 xHarbour development power │▄
│ (c) FiveTech, 1993-2004 for Microsoft Windows 95/98/NT/2000/ME and XP │█
└────────────────────────────────────────────────────────────────────────────┘█
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Compiling...
xHarbour Compiler build 0.92.0 (SimpLex)
Copyright 1999-2004, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'testsql1.prg' and generating preprocessed output to 'testsql1.ppo'...
Lines 103, Functions/Procedures 2
Generating C source output to 'testsql1.c'...
Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
testsql1.c:
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_INIODBC32' referenced from C:\XBASE\FWH\LIB\
FIVEHX.LIB|TRDDODBC
Error: Unresolved external '_HB_FUN_ENDODBC32' referenced from C:\XBASE\FWH\LIB\
FIVEHX.LIB|TRDDODBC
Error: Unresolved external '_HB_FUN__TRDD' referenced from C:\XBASE\FWH\LIB\FIVE
HX.LIB|TRDDODBC
Error: Unresolved external '_HB_FUN_RDDSETFIELDEXTENT' referenced from C:\XBASE\
FWH\LIB\FIVEHX.LIB|TRDD
Error: Unresolved external '_HB_FUN_RDDADDFIELD' referenced from C:\XBASE\FWH\LI
B\FIVEHX.LIB|TRDD
No se encuentra C:\XBASE\FWH\SAMPLES\testsql1.il?
* Application successfully built
"testsql1" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
Muchas gracias de antemano.