I have a question about wchar_t*
My program doesn't compile. I get this error:
[C++ Error] Unit1.cpp(25): E2034 Cannot convert 'char *' to 'wchar_t *'
This is the line:
Edit3->Text = Mp3Enc1->Open("c:\test.wav", "c:\test.mp3"
Apparently the filenames are char. How do I get them to wchar_t*?
Thanks
My program doesn't compile. I get this error:
[C++ Error] Unit1.cpp(25): E2034 Cannot convert 'char *' to 'wchar_t *'
This is the line:
Edit3->Text = Mp3Enc1->Open("c:\test.wav", "c:\test.mp3"
Apparently the filenames are char. How do I get them to wchar_t*?
Thanks