Hi,
I wanted to use MySQL database with CVI 2015. I have downloaded and installed MySQL Server 5.7 and able to connect and execute queries through workbench. I included the header file mysql.h and added mysqlclient.lib to the project.
mysqlclient.lib is available after installation of MySQL and i have not compiled and created this file.
When I try to compile the project it throws below error.
"mysql.h"(35,10) fatal error: 'sys/types.h' file not found
It seems linking error to me.
Can somebuddy suggest me how to fix this error.