|
From: Christoffer Brodd-R. <chr...@mb...> - 2004-12-25 04:18:51
|
A time ago I had several problems getting MySQL++ to work. It was too
difficult and not very easy to install and use. Then I saw this, I had a
lot of problem here too but then it worked.
Now I updated mysql to 5.0.2 and now mysqlcppapi is spitting out all
kind of errors.
Is mysqlcppapi serious or just a hobby? There is no documentation on the
usage of it. I had to look at a few examples and examine the header-files.
And are you about to update the code so it will work with mysql 5.0.2 soon?
Christoffer
Here are the errors I got when compiling:
/usr/local/mysql/include/mysql/mysql.h: In member function `bool
mysqlcppapi::Connection::shutdown()':
/usr/local/mysql/include/mysql/mysql.h:458: error: too few arguments to
function `int mysql_shutdown(MYSQL*, mysql_enum_shutdown_level)'
Connection.cc:215: error: at this point in file
|