Build Log
  

Build started: Project: VC++_WinAPI, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\Users\Jacek\Documents\Visual Studio 2008\Projects\VC++_WinAPI\VC++_WinAPI\Release\RSP00001D46564708.rsp" with contents
[
/O2 /Oi /GL /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Gy /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Zi /TP ".\Varia.cpp"

".\OknoGL.cpp"

".\MojeOkno.cpp"

".\ArcBall.cpp"
]
Creating command line "cl.exe @"c:\Users\Jacek\Documents\Visual Studio 2008\Projects\VC++_WinAPI\VC++_WinAPI\Release\RSP00001D46564708.rsp" /nologo /errorReport:prompt"
Output Window
  
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
Results
  
Build log was saved at "file://c:\Users\Jacek\Documents\Visual Studio 2008\Projects\VC++_WinAPI\VC++_WinAPI\Release\BuildLog.htm"
VC++_WinAPI - 8 error(s), 0 warning(s)