In C++ is it possible to convert a \'const wchar_t *\' to \'unsigned char *\'?
How can I do that?
wstring dirName; unsigned char* dirNameA = (unsigne
Since you're using WinAPI, use WideCharToMultiByte.