Umair Tajammul wrote:
Hi
I am a little new to mysql++. I have been trying to integrate the mysql++
library with K developer but everytime I run the test application I get the
error that it cant find mysql.h file which is in /usr/include/mysql. I have
tried including its path in projecto ptions->compile settings as well but I cant
seem to work around this. The test applications are running fine. Any help me
will be appreciated.
Umair
ps. I am using linux redhat 9.
If there is no mysql.h on your machine, you have to install our C API.
If it is there, you have to add -I... option to Makefile.
Sincerely,