MySQL Forums
Forum List  »  Connector/C++

using C++ connector on Visual Studio 2005
Posted by: Javier Labrada Zamora
Date: January 27, 2009 04:04PM

I'm trying to use the connector on Visual Studio 2005. I did all the tasks related to the installion. But, in my project, when I try to compile the solution, appear the error:
unresolved external symbol "__declspec(dllimport) class sql::mysql::MySQL_Driver * __cdecl sql::mysql::get_mysql_driver_instance(void)" (__imp_?get_mysql_driver_instance@mysql@sql@@YAPAVMySQL_Driver@12@XZ) referenced in function "public: void __thiscall TServer::set_Configuration(void)" (?set_Configuration@TServer@@QAEXXZ)
I need to know how I can fix this...

Options: ReplyQuote


Subject
Views
Written By
Posted
using C++ connector on Visual Studio 2005
4657
January 27, 2009 04:04PM


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.