hey , I'm using the "1_7_1win32_borland_1_2" version of MySQL++ and I experienced some
problems compiling the example applications under Borland C++ Builder 6.0 personal
edition.
I have added the libmySQL.lib and mysqlplus.lib to the project , and specified the
"library" paths and "include" paths in the linker options but still I get a set of linker
errors
[Linker Error] Unresolved external '_mysql_num_rows' referenced from I:\CPP
PROGRAMY\MYSQLPP\MYSQL.OBJ
[Linker Error] Unresolved external '_mysql_data_seek' referenced from I:\CPP
PROGRAMY\MYSQLPP\MYSQL.OBJ
[Linker Error] Unresolved external '_mysql_fetch_row' referenced from I:\CPP
PROGRAMY\MYSQLPP\MYSQL.OBJ
[Linker Error] Unresolved external '_mysql_fetch_lengths' referenced from I:\CPP
PROGRAMY\MYSQLPP\MYSQL.OBJ
where can I find the definitions for "_mysql_num_rows" and other externals ?
I'd be greatfull for some help.