Hello,

I have VC++ express and noticed the same thing. One thing you could do is use typecasting, i.e. (LPCWSTR)char* something;

Or else, you could do this use, MessageBoxA() function rather...