Joachim Person wrote:
Quote:
When trying to use mysql++ in my project I get the following linking error:
error LNK2019: unresolved external symbol _mysql_init@4 referenced in
function "public: __thiscall mysqlpp::Connection::Connection(void)"
(??0Connection@mysqlpp@@QAE@XZ)
I'm using VS.NET and I have added paths for mysql++.lib and for sqlplus.hh
and also specified the mysql++.lib library. Have I forgot something? |
mysql_init is part of the mysql package; be sure you're linking against
the mysql library too. I think I saw that, under Windows, it's mysql.dll
or something like that.
--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw