hi I have a problem compiling with MySQL++

I'm getting this errors

5>e:\mysql server 5.5\include\mysql_com.h(291): error C2146: syntax error :
missing ';' before identifier 'fd'
5>e:\mysql server 5.5\include\mysql_com.h(291): error C4430: missing type
specifier - int assumed. Note: C++ does not support default-int
5>e:\mysql server 5.5\include\mysql_com.h(475): error C2065: 'SOCKET' :
undeclared identifier
5>e:\mysql server 5.5\include\mysql_com.h(475): error C2146: syntax error :
missing ')' before identifier 's'
5>e:\mysql server 5.5\include\mysql_com.h(476): error C2059: syntax error :
')'

5>e:\skg
studios\warplay\src\game\server\mysql\mysql++-3.2.2\lib\exceptions.h(46):
warning C4275: non dll-interface class 'std::exception' used as base for
dll-interface class 'mysqlpp::Exception'
5>          c:\program files (x86)\microsoft visual studio
12.0\vc\include\exception(90) : see declaration of 'std::exception'
5>          e:\skg
studios\warplay\src\game\server\mysql\mysql++-3.2.2\lib\exceptions.h(45) :
see declaration of 'mysqlpp::Exception'
5>e:\skg
studios\warplay\src\game\server\mysql\mysql++-3.2.2\lib\sqlstream.h(47):
warning C4275: non dll-interface class 'std::ios_base' used as base for
dll-interface class 'std::basic_ios<char,std::char_traits<char>>'
5>          c:\program files (x86)\microsoft visual studio
12.0\vc\include\xiosbase(200) : see declaration of 'std::ios_base'
5>
5>Build FAILED.

Help please :(

Best regards.
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlcoders

Reply via email to