Re: mysql_init() giving unresolved external symbol error
You specified the library to link against? I.e. "libmysql.lib" (the import library for the "libmysql.dll" or "mysqlclient.lib" (the static library)?
If you specified the library, you are using a 32-bit project against the 32-bit MySQL client library or 64-bit project against the 64-bit MySQL client library?
kent
Kent Boortz, Release Staff Engineer
Oracle, the MySQL team, www.mysql.com
Subject
Views
Written By
Posted
7713
October 17, 2014 12:10PM
Re: mysql_init() giving unresolved external symbol error
3107
October 18, 2014 03:49PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.