databaselayer build

Talk here about issues with one of the components hosted at wxCode, or suggest features for it.
Post Reply
vsp
Knows some wx things
Knows some wx things
Posts: 35
Joined: Mon Feb 21, 2005 12:52 pm

databaselayer build

Post by vsp »

I am getting the error "Cannot open include file: 'mysql.h'"

Anyone can provide me link where I can download the required library and header files.

Thanks.
User avatar
T-Rex
Moderator
Moderator
Posts: 1248
Joined: Sat Oct 23, 2004 9:58 am
Location: Zaporizhzhya, Ukraine
Contact:

Post by T-Rex »

Headers and libraries are included to MySQL Server distro. You should choose the package "Developer tools" while installing MySQL. Then add include/lib fdirectory to list of includes/libraries of your IDE.
venkat_sp
Earned a small fee
Earned a small fee
Posts: 16
Joined: Mon Sep 08, 2008 2:20 pm

Post by venkat_sp »

Thanks. It works fine.
Post Reply