Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mySql.h

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hello,
I've made some test in c but I have a probleme to build my source.

#include <iostream.h>
#include <mysql.h>

int main()
{
MYSQL *connection;

connection = mysql_init(NULL);
}

The program refuse to build. if I remove the NULL argument the program tell to me that there is to few argument.

So... I have no error message, just a message that tell me it can't build the program.

Any one can help me ?

Regards and thank by advance.
 
there should be some .lib/.cpp/.c files what you should add to your project settings for the linker. Ion Filipski
1c.bmp


filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top