Build Log
  

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

Command Lines
  
Creating temporary file "t:\Wydawnictwa\GFN\Źródła\Wektor\VC++_WinAPI\VC++_WinAPI\Release\RSP000240663248864.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"

".\Testy.cpp"

".\OknoGL.cpp"

".\MojeOkno.cpp"

".\Modele.cpp"

".\ArcBall.cpp"
]
Creating command line "cl.exe @"t:\Wydawnictwa\GFN\Źródła\Wektor\VC++_WinAPI\VC++_WinAPI\Release\RSP000240663248864.rsp" /nologo /errorReport:prompt"
Output Window
  
Compiling...
Varia.cpp
.\Varia.cpp(9) : error C2664: 'MessageBoxW' : cannot convert parameter 2 from 'LPCSTR' to 'LPCWSTR'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\Varia.cpp(26) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
.\Varia.cpp(38) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
.\Varia.cpp(47) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
.\Varia.cpp(161) : 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(299) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\Varia.cpp(300) : error C2664: 'MessageBoxW' : cannot convert parameter 2 from 'char [256]' to 'LPCWSTR'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\Varia.cpp(331) : error C2664: 'CreateFontW' : cannot convert parameter 14 from 'char *' to 'LPCWSTR'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Testy.cpp
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(167) : error C2664: 'SetWindowTextW' : cannot convert parameter 2 from 'char [1024]' to 'LPCWSTR'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\OknoGL.cpp(172) : 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
.\OknoGL.cpp(572) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\OknoGL.cpp(572) : 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(141) : 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(144) : 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
Modele.cpp
ArcBall.cpp
Results
  
Build log was saved at "file://t:\Wydawnictwa\GFN\Źródła\Wektor\VC++_WinAPI\VC++_WinAPI\Release\BuildLog.htm"
VC++_WinAPI - 12 error(s), 5 warning(s)