| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | July 24 2008 7:35am |
| Subject: | Re: "mysqlpp::Connection: incomplete type"? | ||
| View as plain text | |||
On Jul 23, 2008, at 6:26 AM, Alex wrote:
> I did #include "query.h" which should be enough, no?
There are only two MySQL++ headers intended for direct use by end-user
programs: mysql++.h, and for those programs that also need SSQLS
support, ssqls.h. mysql++.h includes everything but ssqls.h,
including query.h and connection.h.
Study the examples more closely. They only use these two headers.
| 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 |
