I'm trying to build the MySql TestSuite for VS2010, but I'm getting this error:
2>src\SQLExecutor.cpp(1408): error C2440: 'initializing' : cannot convert from 'Poco::DynamicAny' to 'std::basic_string<_Elem,_Traits,_Ax>'
2> with
2> [
2> _Elem=char,
2> _Traits=std::char_traits<char>,
2> _Ax=std::allocator<char>
2> ]
2> No constructor could take the source type, or constructor overload resolution was ambiguous
(referring to this line: std::string s = rset.value(0,0);)
I think I've seen similar problems in the forums for VS2010, but I couldn't find any resolutions to it. Is there something I'm doing wrong, or something I can do to get it to build correctly?
Thanks





