I read all the documentation. I tried both static and dynamic options, and I think there are a serious problem with connector C++ in Visual Studio. I found many people had the same problem that I had from google, but there was no answer. I used to install and run J-Connector with Eclipse, it was 10 times easier than Connector C++. What can I do now?
- I'm using Visual Studio 2008, MySql 5.1.54, Connector C++ 1.0.5 GA.
- My error message was from this line:
driver = get_driver_instance();
Error 1 error LNK2001: unresolved external symbol _get_driver_instance main.obj
- I'm using Visual Studio 2008, MySql 5.1.54, Connector C++ 1.0.5 GA.
- My error message was from this line:
driver = get_driver_instance();
Error 1 error LNK2001: unresolved external symbol _get_driver_instance main.obj