I am using visual studios 2005 and microsoft xp service pack 3. I was writting a simplul dialog box and I added the code for the button MessageBox("Hello")
and I got this copmile error : error C2664: 'CWnd::MessageBoxW' : cannot convert parameter 1 from 'const char [6]' to 'LPCTSTR'
Please help me with this error