From: Date: January 1 1970 12:00am Subject: BC++6.0 linker error Date: Mon, 11 Jul 2005 17:53:05 +0200 List-Archive: http://lists.mysql.com/plusplus/4632 Message-Id: <001101c58630$a1220280$0d00000a@LUKE> From: To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01C58641.63A48610" ------=_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--