SimpleIni Documentation says wchar_t is supported but I don't understand how to use it. This is what I tried:
CSimpleIniCaseW ini;
ini.LoadFile("myapp.ini");
std::wstring test(ini.GetValue("testsection", "testkey", ""));
error C2664: 'CSimpleIniTempl::GetValue' : cannot convert parameter 1 from 'const char [12]' to 'const wchar_t *'