1>------ Build started: Project: API Test1, Configuration: Debug Win32 ------
1> API Test1.cpp
1>c:\users\gio\desktop\documents\c++ programs\tests\api test1\api test1\api test1.cpp(5): error C2664: 'MessageBoxW' : cannot convert parameter 2 from 'const char [22]' to 'LPCWSTR'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I know the tutorial says not to ask before you're done reading, but this is obviously Compiler Trouble, which the writer has said he will not get into. Thanks!