| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Alex | Date: | July 23 2008 12:26pm |
| Subject: | "mysqlpp::Connection: incomplete type"? | ||
| View as plain text | |||
Here's my code:
mysqlpp::Connection awi_mysql_conn(false);
And here's what my compiler tells me:
./src/Definitions.cpp:35: error: variable âmysqlpp::Connection
awi_mysql_connâ has initializer but incomplete type
Would anyone happen to know what I'm doing wrong here? I did #include
"query.h" which should be enough, no?
Thanks in advance.
| Thread | ||
|---|---|---|
| • "mysqlpp::Connection: incomplete type"? | Alex | 23 Jul |
| • Re: "mysqlpp::Connection: incomplete type"? | Jonathan Wakely | 23 Jul |
| • Re: "mysqlpp::Connection: incomplete type"? | Warren Young | 24 Jul |
