#include //From http://www.richelbilderbeek.nl/CppWideToStr.htm std::string WideToStr(const WideString& s) { const AnsiString a(s); return a.c_str(); }