| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Joel Fielder | Date: | January 18 2008 6:51pm |
| Subject: | 3.0.0-rc1, defined locally after being referenced with dllimport linkage | ||
| View as plain text | |||
Hi Warren, Bet you're loving this one! When building one of my own apps against 3.0.0-rc1: mystring.h: warning: 'Type mysqlpp::String::conv(Type) const [with Type = float]' defined locally after being referenced with dllimport linkage Easily solved though... just need to bring conv's definition inline and move the following somewhere appropriate (with class SQLTypeAdapter; maybe): template <class Type> class internal_string_to_number_proxy; Joel
| Thread | ||
|---|---|---|
| • 3.0.0-rc1, defined locally after being referenced with dllimport linkage | Joel Fielder | 18 Jan |
| • Re: 3.0.0-rc1, defined locally after being referenced with dllimportlinkage | Warren Young | 21 Jan |
