How I can use L"" prefix for wide charsHere is my function : [code] wchar_t* convertStringToWide(string str){ const size_t len = str....
How I can use L"" prefix for wide charsI used mbstowcs() and it work fine thanks Andy.
How I can use L"" prefix for wide charsI need to use L"" to convert string to LPWSTR in path string variable [code] //this work for me ...