cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
connecting mysql with c++
connecting mysql with c++
Jan 24, 2013 at 7:17am UTC
Vimal anjana
(1)
I tried to connect c++ with mysql.To link between mysql and dev c++ i installed the package libmysql and I also added the linker file -lmysql in tools->compiler options . But when i m running the code it saying cannot find -lmysql
Jan 24, 2013 at 9:42am UTC
coder777
(8444)
you need to add the
search directory
for the lib file.
Maybe you need also to write the full library name (-llibmysql.a)
Topic archived. No new replies allowed.