1>------ Build started: Project: D3DMenu, Configuration: Release Win32 ------
1> D3DMenu.cpp
1>D3DMenu.cpp(39): error C2664: 'PrintText' : cannot convert parameter 1 from 'char *' to 'LPCWSTR'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>D3DMenu.cpp(47): error C2664: 'PrintText' : cannot convert parameter 1 from 'const char [17]' to 'LPCWSTR'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>D3DMenu.cpp(52): error C2664: 'PrintText' : cannot convert parameter 1 from 'char *' to 'LPCWSTR'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>D3DMenu.cpp(102): error C2664: 'PrintText' : cannot convert parameter 1 from 'const char [3]' to 'LPCWSTR'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>D3DMenu.cpp(104): error C2664: 'PrintText' : cannot convert parameter 1 from 'const char [4]' to 'LPCWSTR'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>D3DMenu.cpp(121): error C2664: 'PrintText' : cannot convert parameter 1 from 'const char [37]' to 'LPCWSTR'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>D3DMenu.cpp(123): error C2664: 'PrintText' : cannot convert parameter 1 from 'const char [37]' 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 ==========