Hi all.
I'm having problems with this functions.
I want to read from a file where the filename is in argv[1] of main. I can't seem to pass a char*, i need a const wchar_t *. Can anyone tell me how can i deal with this? I've been searching google for more than an hour and can't find how to convert char* to wchar_t, or anythign that helps.
thanks alot.
I'm having problems with this functions.
I want to read from a file where the filename is in argv[1] of main. I can't seem to pass a char*, i need a const wchar_t *. Can anyone tell me how can i deal with this? I've been searching google for more than an hour and can't find how to convert char* to wchar_t, or anythign that helps.
thanks alot.
Comment