hi there
#include "stdafx.h"
#include <iostream>
#include <mysql.h>
int _tmain(int argc, _TCHAR* argv[])
{
MYSQL *con;
mysql_real_connect(con, "localhost", "alakazam","username","password",0,NULL,0);
}
Error IntelliSense: identifier "SOCKET" is undefined in file mysql_com.h
how should i fix it?!!