C:\DEV\poco\Data\include\Poco/Data/TypeHandler.h(124) : error C2664: 'void Poco::Data::AbstractBinder::bind(size_t,const Poco::Int8 &)' : cannot convert parameter 2 from 'const std::wstring' to 'const Poco::Int8 &'
Reason: cannot convert from 'const std::wstring' to 'const Poco::Int8'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
As long as I use std::string the TypeHandler works fine but it isn't a solution. Another problem is that I can't use a Session object with std::wstring. My Question is: Is there any work around to use session and typehandler with std::wstring? Or is it possible to have unicode support with std::string for Windows and I am doing something completly wrong?





