User profile: najiboun

User info
User name:najiboun
History
Joined:
Number of posts:3
Latest posts:

How I can use L"" prefix for wide chars
Here is my function : [code] wchar_t* convertStringToWide(string str){ const size_t len = str....

How I can use L"" prefix for wide chars
I used mbstowcs() and it work fine thanks Andy.

How I can use L"" prefix for wide chars
I need to use L"" to convert string to LPWSTR in path string variable [code] //this work for me ...