| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Fabio Spazza | Date: | January 31 2008 2:35pm |
| Subject: | help: SSQLS compile error stream2string.h | ||
| View as plain text | |||
hi, I'm trying to use SSQLS, so i create my struct on the like of stock.h:
sql_create_2(day_results,
1, 0,
mysqlpp::sql_date, paolo,
bool, build_success)
but at compile time i get the following error:
stream2string.h(47) : error C2039: 'out_stream' : is not a member of
'mysqlpp::DTbase<T>'
, then the compiler specifies with [ T=mysqlpp::Date ].
I am using mysql 5.1.22, mysql++ 2.3.2 and visual studio 2005 (version
8.0something).
I have looked in the archives and found a similar problem someone had, but
no help was given, that's why I'm bothering again ;-)
thanks for help,
Fabio
| Thread | ||
|---|---|---|
| • help: SSQLS compile error stream2string.h | Fabio Spazza | 31 Jan |
| • Re: help: SSQLS compile error stream2string.h | Chris Morgan | 31 Jan |
| • Re: help: SSQLS compile error stream2string.h | Warren Young | 31 Jan |
| • Re: help: SSQLS compile error stream2string.h | Chris Morgan | 31 Jan |
| • Re: help: SSQLS compile error stream2string.h | Warren Young | 31 Jan |
| • Re: help: SSQLS compile error stream2string.h | Warren Young | 31 Jan |
