can anyone tell me where can i find detailed how-to for the embedded mysql?
thx alott
embedded mysql
Moderator: General Moderators
Ok, i was able to get the mysql++ thingy working. Now i'm trying to get embedded mysql to work.
this is what i did:
-I copied the .lib files from the embedded directory to my visual c++ lib directory
-I copied the includes files into the include dir of VC++
-I include mysql.h in the project
-I added libmysqld.lib into the 'linking' section of the project
-I compiled everything
and here's what i got:
error C2065: 'mysql_server_init' : undeclared identifier
error C2065: 'mysql_server_end' : undeclared identifier
anyone knows where are those two functions? is there anything that i forgot to do..?
thxx
this is what i did:
-I copied the .lib files from the embedded directory to my visual c++ lib directory
-I copied the includes files into the include dir of VC++
-I include mysql.h in the project
-I added libmysqld.lib into the 'linking' section of the project
-I compiled everything
and here's what i got:
error C2065: 'mysql_server_init' : undeclared identifier
error C2065: 'mysql_server_end' : undeclared identifier
anyone knows where are those two functions? is there anything that i forgot to do..?
thxx