BC++6.0 linker error -
07-11-2005
, 10:53 AM
------=_NextPart_000_000E_01C58641.63A48610
Content-Type: text/plain;
charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable
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=20
[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=20
[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.
------=_NextPart_000_000E_01C58641.63A48610-- |