I let the compiler choose the version used, ANSI or Unicode, for both the MessageBox() function and the displayed text, depending on the character set used.
By the look of your error you are likely using the Unicode character set. MessageBoxA() is the ANSI version.