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.
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.