| | Compiling...
Varia.cpp
.\Varia.cpp(114) : error C2664: 'LoadImageW' : cannot convert parameter 2 from 'char *' to 'LPCWSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\Varia.cpp(222) : error C2664: 'MessageBoxW' : cannot convert parameter 2 from 'const char [38]' to 'LPCWSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
OknoGL.cpp
.\OknoGL.cpp(19) : error C2664: 'MessageBoxW' : cannot convert parameter 2 from 'const char [32]' to 'LPCWSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\OknoGL.cpp(51) : error C2440: '=' : cannot convert from 'char [17]' to 'LPCWSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\OknoGL.cpp(87) : error C2664: 'CreateWindowExW' : cannot convert parameter 2 from 'char [17]' to 'LPCWSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\OknoGL.cpp(457) : error C2664: 'SetWindowTextW' : cannot convert parameter 2 from 'char *' to 'LPCWSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
MojeOkno.cpp
.\MojeOkno.cpp(639) : error C2664: 'MessageBoxW' : cannot convert parameter 2 from 'const char [29]' to 'LPCWSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\MojeOkno.cpp(642) : error C2664: 'PlaySoundW' : cannot convert parameter 1 from 'const char [29]' to 'LPCWSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
ArcBall.cpp
|