1 message in com.mysql.lists.pluspluscannot link with C++ Builder 5
FromSent OnAttachments
David PICARD09 Mar 2001 05:09 
Subject:cannot link with C++ Builder 5
From:David PICARD (pic@lsce.saclay.cea.fr)
Date:03/09/2001 05:09:14 AM
List:com.mysql.lists.plusplus

Hi,

I added to my project : mysql++1_7_1win32_borland_1_1\lib\rel\libmySQL.lib mysql++1_7_1win32_borland_1_1\lib\rel\mysqlplus.lib

and copied libmySQL.dll to my project directory.

But I get an error : unresolved external _mysql_init.

The only function is : Connection con(use_exceptions);

Thanks for help.