LPCWSTR compile error
some unicode problem.
eg. (NULL, "text_error" , "text_error", NULL)
change to
eg. (NULL,TEXT("text_error"), TEXT("text_error"),NULL)
OR set the configuration setting.
Project -> Project properties ->
Configuration Properties ->General ->
Character Set -> Use Multi-Byte Character Set











