How to make #include <mysql.h> work?
5 answers
This will depend entirely on your build methods, whether using an IDE such as Visual Studio, Eclipse, etc., or if you use shell scripts and command lines in * nix.
You need to make sure that this file (mysql.h) exists in your include path.
For example, in Visual Studio, you go to:
→ → C/++ → →
, "mysql.h".
, , DLL/LIB
, . .
+6