Code: Select all
core::stringw out213 = L"hello test ";
out213 += rx;
out213 += L"\n";
char* lolololol = irr::core::stringw::c_str(out213);
printf(lolololol);
Code: Select all
[Line] 97 no matching function for call to `irr::core::string<wchar_t>::c_str(irr::core::stringw&)'