I get all kinds of errors. I went the simple way and added the source code to my project,
along with headers and everything. But I get some weird error.
common.h(127) : error C2143: syntax error : missing ';' before 'namespace'
Here's the relevant part
#if defined(MYSQLPP_MYSQL_HEADERS_BURIED)
# include "mysql/mysql_version.h"
#else
# include "mysql_version.h"
#endif
namespace mysqlpp {
What am I doing wrong? I just started using libraries recently... I've gotten everything
from RakNet to PhysX working, all except MySQL++. Sure, RakNet has PostgreSQL database
stuff, but I really need MySQL. It's what my web host offers and the website HAS to be
able to access the same database as the game.
--
_______________________________________________
Surf the Web in a faster, safer and easier way:
Download Opera 9 at http://www.opera.com
Powered by Outblaze