He compilado el programa xcomunity.prg que viene con la tmysql y me arroja los siguientes errores:
┌────────────────────────────────────────────────────────────────────────────┐
│ FiveWin for xHarbour 9.08 - Aug. 2009 xHarbour development power │▄
│ (c) FiveTech, 1993-2009 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7 │█
└────────────────────────────────────────────────────────────────────────────┘█
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Compiling...
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Copyright 1999-2009, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'xcomunity.prg' and generating preprocessed output to 'xcomunity.ppo'.
..
Lines 174, Functions/Procedures 6
Generating C source output to 'xcomunity.c'...
Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
xcomunity.c:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external 'mysql_init' referenced from C:\FWH\LIB\MYSQL.LIB|mys
ql
Error: Unresolved external 'mysql_real_connect' referenced from C:\FWH\LIB\MYSQL
.LIB|mysql
Error: Unresolved external 'mysql_close' referenced from C:\FWH\LIB\MYSQL.LIB|my
sql
Error: Unresolved external 'mysql_select_db' referenced from C:\FWH\LIB\MYSQL.LI
B|mysql
Error: Unresolved external 'mysql_query' referenced from C:\FWH\LIB\MYSQL.LIB|my
sql
Error: Unresolved external 'mysql_store_result' referenced from C:\FWH\LIB\MYSQL
.LIB|mysql
Error: Unresolved external 'mysql_fetch_field' referenced from C:\FWH\LIB\MYSQL.
LIB|mysql
Error: Unresolved external 'mysql_field_count' referenced from C:\FWH\LIB\MYSQL.
LIB|mysql
Error: Unresolved external 'mysql_list_fields' referenced from C:\FWH\LIB\MYSQL.
LIB|mysql
Error: Unresolved external 'mysql_error' referenced from C:\FWH\LIB\MYSQL.LIB|my
sql
Error: Unresolved external 'mysql_errno' referenced from C:\FWH\LIB\MYSQL.LIB|my
sql
Error: Unresolved external 'mysql_list_dbs' referenced from C:\FWH\LIB\MYSQL.LIB
|mysql
Error: Unresolved external 'mysql_list_tables' referenced from C:\FWH\LIB\MYSQL.
LIB|mysql
Error: Unresolved external 'mysql_free_result' referenced from C:\FWH\LIB\MYSQL.
LIB|mysql
Error: Unresolved external 'mysql_affected_rows' referenced from C:\FWH\LIB\MYSQ
L.LIB|mysql
Error: Unresolved external 'mysql_get_host_info' referenced from C:\FWH\LIB\MYSQ
L.LIB|mysql
Error: Unresolved external 'mysql_get_server_info' referenced from C:\FWH\LIB\MY
SQL.LIB|mysql
Error: Unresolved external 'mysql_real_escape_string' referenced from C:\FWH\LIB
\MYSQL.LIB|mysql
Error: Unresolved external 'mysql_escape_string' referenced from C:\FWH\LIB\MYSQ
L.LIB|mysql
Error: Unresolved external 'mysql_ping' referenced from C:\FWH\LIB\MYSQL.LIB|mys
ql
Error: Unresolved external 'mysql_num_rows' referenced from C:\FWH\LIB\MYSQL.LIB
|mysql
Error: Unresolved external 'mysql_data_seek' referenced from C:\FWH\LIB\MYSQL.LI
B|mysql
Error: Unresolved external 'mysql_field_seek' referenced from C:\FWH\LIB\MYSQL.L
IB|mysql
Error: Unresolved external 'mysql_num_fields' referenced from C:\FWH\LIB\MYSQL.L
IB|mysql
Error: Unresolved external 'mysql_fetch_lengths' referenced from C:\FWH\LIB\MYSQ
L.LIB|mysql
Error: Unresolved external 'mysql_fetch_row' referenced from C:\FWH\LIB\MYSQL.LI
B|mysql
Error: Unresolved external '_HB_FUN_ATNUM' referenced from C:\FWH\LIB\MYSQL.LIB|
tmysql
* Linking errors *
Me falta algo? Qué me falta?
Uso FWH 9.08+xHarbour 1.2.1 + BCC 5.5
de Antemano gracias...