  | | | Many Linker Errors attempting to build mysqlpp.dll VS2005 on winXP pro 64-bi | Many Linker Errors attempting to build mysqlpp.dll VS2005 on winXP pro 64-bi 2007-11-15 - By Warren Young
Back John Landrum wrote: > > Creating library Debug\mysqlpp.lib and object Debug\mysqlpp.exp > vallist.obj : error LNK2019: unresolved external symbol _mysql_close@(protected) > referenced in function "public: void __thiscall
The linker can't find the MySQL C API library. Your path fiddling apparently wasn't done correctly. A guess: the server is installed in
E:\Program Files\MySQL\MySQL Server 5.0
not
E:\Program Files\MySQL\My SQL Server 5.0
It's MySQL, not "My SQL". :)
-- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=mysql@(protected)
|
|
 |