How to connect with MySQL from Visual C++ Microsoft Visual Studio 2008 ? I tried googling and found solutions all of which ended with fatal errors like linker errors,... etc. Please explain (or provide a link) step by step, including prerequisites (with links) and all details. I don't need any query examples.. just connecting to MySQL. Thanks in advance.
|
feedback
|
|
MySQL++ supports VC++ 2008, and comes with specific documentation on how to set up your project to avoid the link errors you're seeing. Disclosure: I'm MySQL++'s maintainer | |||
|
feedback
|
|
This worked for me (I am using xampp):
| |||
|
feedback
|