cdt still can't find mysql.h after adding it to the include path?
Posted
by user198729
on Stack Overflow
See other posts from Stack Overflow
or by user198729
Published on 2010-03-25T17:30:52Z
Indexed on
2010/03/25
17:33 UTC
Read the original article
Hit count: 385
By click context menu:Properties->C/C++ General->Path and Symbols
I've added mysql.h
into the Includes path under language GNU C++,
and also added libmySQL.dll
to the Library Paths.
But it still can't find mysql.h
:
#if USE_MYSQL
#include <mysql.h>
#endif
Is there something I'm missing out?
© Stack Overflow or respective owner