Hello,
When trying to build the mysql++.sln with VS 2010
I get 39 unresolved externals.
These are the libs i included:
wsock32.lib;
libmysql.lib;
mysqlpp_d.lib;
These are some of t hem:
Error 38 error LNK2001: unresolved external symbol _mysql_escape_string@12
\mysql++-3.1.0\vc2008\query.obj
Error 17 error LNK2001: unresolved external symbol _mysql_free_result@4
\mysql++-3.1.0\vc2008\vallist.obj
Error 35 error LNK2001: unresolved external symbol
_mysql_real_escape_string@16 \mysql++-3.1.0\vc2008\query.obj
So my problem is i don't have the mysqlpp_d.dll needed for my main project
which builds successfull with mysql++ included. It only needs the dll.
Kind Regards,
Erwin.