Cannot Include Library Mysql
Completed
Hello,
I'm new in C++.
I've installed mysql-connector-cpp with vcpkg as other package that i need but when I include mysql connector C++ in my project and I launch, I have this errors.
Please sign in to leave a comment.
The folder jdbc didn't exist. I added in the folder include.
About mysql there were only the folder mysqlx
Gou Raffier Hello, I have the same problem as you. When I run my program I get undefined reference to check method in driver.h. Could you please tell me how you fixed that?
I have wrote the code in Visual Studio and it is working for now.