 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
gege Guest
|
Posted: Sun Jan 23, 2005 1:25 pm Post subject: PB avec API MySQL |
|
|
Bonjour,
Je suis en train de me battre avec les includes de l'API de MySql que
j'ai rajouté à mon projet
J'ai le message d'erreur suivant :
e:cppdevelopment#myincludesmysqlmysql_com.h(154) : error C2146: syntax
error : missing ';' before identifier 'fd'
e:cppdevelopment#myincludesmysqlmysql_com.h(154) : error C2501: 'SOCKET'
: missing storage-class or type specifiers
e:cppdevelopment#myincludesmysqlmysql_com.h(154) : error C2501: 'fd' :
missing storage-class or type specifiers
e:cppdevelopment#myincludesmysqlmysql_com.h(304) : error C2065: 'SOCKET'
: undeclared identifier
e:cppdevelopment#myincludesmysqlmysql_com.h(304) : error C2146: syntax
error : missing ')' before identifier 's'
e:cppdevelopment#myincludesmysqlmysql_com.h(305) : error C2059: syntax
error : ')'
Quelqu'un aurait il une piste ?
Merci
GG
|
|
| Back to top |
|
 |
Arnaud Debaene Guest
|
Posted: Sun Jan 23, 2005 3:20 pm Post subject: Re: PB avec API MySQL |
|
|
gege wrote:
| Quote: | Bonjour,
Je suis en train de me battre avec les includes de l'API de MySql
que j'ai rajouté à mon projet
J'ai le message d'erreur suivant :
e:cppdevelopment#myincludesmysqlmysql_com.h(154) : error C2146:
syntax error : missing ';' before identifier 'fd'
e:cppdevelopment#myincludesmysqlmysql_com.h(154) : error C2501:
'SOCKET'
missing storage-class or type specifiers
e:cppdevelopment#myincludesmysqlmysql_com.h(154) : error C2501:
'fd' : missing storage-class or type specifiers
e:cppdevelopment#myincludesmysqlmysql_com.h(304) : error C2065:
'SOCKET'
undeclared identifier
e:cppdevelopment#myincludesmysqlmysql_com.h(304) : error C2146:
syntax error : missing ')' before identifier 's'
e:cppdevelopment#myincludesmysqlmysql_com.h(305) : error C2059:
syntax error : ')'
Quelqu'un aurait il une piste ?
|
A vue de nez, inclure le header qui définit les sockets (winsock2.h sous
Windows) avant d'inclure les headers de MySql.
Arnaud
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|