📄 chess.vcl
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: chess - Win32 (WCE MIPSII) Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP158.tmp" with contents
[
/nologo /W3 /Zi /Od /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D UNDER_CE=500 /D _WIN32_WCE=500 /D "WCE_PLATFORM_A2265" /D "UNICODE" /D "_UNICODE" /Fp"MIPSIIDbg/chess.pch" /Yu"stdafx.h" /Fo"MIPSIIDbg/" /Fd"MIPSIIDbg/" /QMmips2 /QMFPE /MC /c
"F:\chess\chess\myframe.cpp"
]
Creating command line "clmips.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP158.tmp"
<h3>Output Window</h3>
Compiling...
myframe.cpp
f:\chess\chess\resource.h(27) : warning C4005: 'IDB_BITMAP1' : macro redefinition
f:\chess\chess\resource.h(5) : see previous definition of 'IDB_BITMAP1'
f:\chess\chess\resource.h(29) : warning C4005: 'IDI_ICON1' : macro redefinition
f:\chess\chess\resource.h(15) : see previous definition of 'IDI_ICON1'
f:\chess\chess\resource.h(62) : warning C4005: 'IDB_BITMAP7' : macro redefinition
f:\chess\chess\resource.h(6) : see previous definition of 'IDB_BITMAP7'
f:\chess\chess\resource.h(64) : warning C4005: 'IDD_DIALOG2' : macro redefinition
f:\chess\chess\resource.h(10) : see previous definition of 'IDD_DIALOG2'
f:\chess\chess\resource.h(74) : warning C4005: 'IDD_DIALOG1' : macro redefinition
f:\chess\chess\resource.h(9) : see previous definition of 'IDD_DIALOG1'
f:\chess\chess\resource.h(75) : warning C4005: 'IDD_DIALOG3' : macro redefinition
f:\chess\chess\resource.h(11) : see previous definition of 'IDD_DIALOG3'
f:\chess\chess\resource.h(76) : warning C4005: 'IDD_DIALOG4' : macro redefinition
f:\chess\chess\resource.h(12) : see previous definition of 'IDD_DIALOG4'
f:\chess\chess\resource.h(77) : warning C4005: 'IDD_DIALOG5' : macro redefinition
f:\chess\chess\resource.h(13) : see previous definition of 'IDD_DIALOG5'
F:\chess\chess\myframe.cpp(110) : error C2039: 'SetBkColor' : is not a member of 'CStatusBarCtrl'
d:\windows ce tools\wce400\au1200\mfc\include\afxcmn.h(148) : see declaration of 'CStatusBarCtrl'
F:\chess\chess\myframe.cpp(115) : error C2039: 'CreateFont' : is not a member of 'CEdit'
d:\windows ce tools\wce400\au1200\mfc\include\afxwin.h(3000) : see declaration of 'CEdit'
F:\chess\chess\myframe.cpp(116) : error C2039: 'CreateFont' : is not a member of 'CEdit'
d:\windows ce tools\wce400\au1200\mfc\include\afxwin.h(3000) : see declaration of 'CEdit'
F:\chess\chess\myframe.cpp(266) : error C2661: 'ExtTextOutW' : no overloaded function takes 3 parameters
F:\chess\chess\myframe.cpp(268) : error C2065: 'itoa' : undeclared identifier
F:\chess\chess\myframe.cpp(293) : error C2065: 'mciSendString' : undeclared identifier
F:\chess\chess\myframe.cpp(500) : error C2664: 'CFileDialog::CFileDialog' : cannot convert parameter 5 from 'char [6]' to 'const unsigned short *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\chess\chess\myframe.cpp(517) : error C2065: 'ofstream' : undeclared identifier
F:\chess\chess\myframe.cpp(517) : error C2146: syntax error : missing ';' before identifier 'out'
F:\chess\chess\myframe.cpp(517) : error C2065: 'out' : undeclared identifier
F:\chess\chess\myframe.cpp(517) : error C2653: 'ios' : is not a class or namespace name
F:\chess\chess\myframe.cpp(517) : error C2653: 'ios' : is not a class or namespace name
F:\chess\chess\myframe.cpp(517) : error C2065: 'binary' : undeclared identifier
F:\chess\chess\myframe.cpp(518) : error C2228: left of '.write' must have class/struct/union type
F:\chess\chess\myframe.cpp(519) : error C2228: left of '.close' must have class/struct/union type
F:\chess\chess\myframe.cpp(520) : error C2228: left of '.open' must have class/struct/union type
F:\chess\chess\myframe.cpp(520) : error C2653: 'ios' : is not a class or namespace name
F:\chess\chess\myframe.cpp(520) : error C2065: 'app' : undeclared identifier
F:\chess\chess\myframe.cpp(529) : error C2065: 'endl' : undeclared identifier
F:\chess\chess\myframe.cpp(529) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
F:\chess\chess\myframe.cpp(534) : error C2228: left of '.close' must have class/struct/union type
F:\chess\chess\myframe.cpp(549) : error C2065: 'ifstream' : undeclared identifier
F:\chess\chess\myframe.cpp(549) : error C2146: syntax error : missing ';' before identifier 'in'
F:\chess\chess\myframe.cpp(549) : error C2065: 'in' : undeclared identifier
F:\chess\chess\myframe.cpp(549) : error C2653: 'ios' : is not a class or namespace name
F:\chess\chess\myframe.cpp(556) : error C2228: left of '.read' must have class/struct/union type
F:\chess\chess\myframe.cpp(579) : error C2228: left of '.getline' must have class/struct/union type
F:\chess\chess\myframe.cpp(581) : error C2664: 'AddString' : cannot convert parameter 1 from 'char [20]' to 'const unsigned short *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\chess\chess\myframe.cpp(586) : error C2228: left of '.getline' must have class/struct/union type
F:\chess\chess\myframe.cpp(588) : error C2228: left of '.getline' must have class/struct/union type
F:\chess\chess\myframe.cpp(589) : error C2664: 'SetWindowTextW' : cannot convert parameter 1 from 'char [16]' to 'const unsigned short *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\chess\chess\myframe.cpp(591) : error C2228: left of '.getline' must have class/struct/union type
F:\chess\chess\myframe.cpp(592) : error C2664: 'SetWindowTextW' : cannot convert parameter 1 from 'char [16]' to 'const unsigned short *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\chess\chess\myframe.cpp(832) : error C2065: 'SS_GRAYRECT' : undeclared identifier
F:\chess\chess\myframe.cpp(832) : error C2065: 'SS_WHITERECT' : undeclared identifier
F:\chess\chess\myframe.cpp(858) : error C2661: 'ExtTextOutW' : no overloaded function takes 3 parameters
F:\chess\chess\myframe.cpp(863) : error C2661: 'ExtTextOutW' : no overloaded function takes 3 parameters
F:\chess\chess\myframe.cpp(961) : error C2666: '+' : 5 overloads have similar conversions
F:\chess\chess\myframe.cpp(961) : error C2666: '+' : 5 overloads have similar conversions
F:\chess\chess\myframe.cpp(965) : error C2666: '+' : 5 overloads have similar conversions
F:\chess\chess\myframe.cpp(965) : error C2666: '+' : 5 overloads have similar conversions
F:\chess\chess\myframe.cpp(1054) : error C2661: 'ExtTextOutW' : no overloaded function takes 3 parameters
F:\chess\chess\myframe.cpp(1176) : error C2065: 'SleepEx' : undeclared identifier
F:\chess\chess\myframe.cpp(1192) : error C2661: 'ExtTextOutW' : no overloaded function takes 3 parameters
F:\chess\chess\myframe.cpp(1193) : error C2661: 'ExtTextOutW' : no overloaded function takes 3 parameters
F:\chess\chess\myframe.cpp(1859) : error C2440: 'initializing' : cannot convert from 'char *' to 'int *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\chess\chess\myframe.cpp(1862) : error C2664: 'strcmp' : cannot convert parameter 1 from 'int *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\chess\chess\myframe.cpp(1862) : error C2440: '=' : cannot convert from 'char [2]' to 'int *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\chess\chess\myframe.cpp(1863) : error C2664: 'strcmp' : cannot convert parameter 1 from 'int *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\chess\chess\myframe.cpp(1863) : error C2440: '=' : cannot convert from 'char [2]' to 'int *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\chess\chess\myframe.cpp(1864) : error C2664: 'strcmp' : cannot convert parameter 1 from 'int *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\chess\chess\myframe.cpp(1864) : error C2440: '=' : cannot convert from 'char [2]' to 'int *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\chess\chess\myframe.cpp(1865) : error C2664: 'strcmp' : cannot convert parameter 1 from 'int *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\chess\chess\myframe.cpp(1865) : error C2440: '=' : cannot convert from 'char [2]' to 'int *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\chess\chess\myframe.cpp(1866) : error C2664: 'strcmp' : cannot convert parameter 1 from 'int *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\chess\chess\myframe.cpp(1866) : error C2440: '=' : cannot convert from 'char [2]' to 'int *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\chess\chess\myframe.cpp(1867) : error C2664: 'strcmp' : cannot convert parameter 1 from 'int *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\chess\chess\myframe.cpp(1867) : error C2440: '=' : cannot convert from 'char [2]' to 'int *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Error executing clmips.exe.
<h3>Results</h3>
myframe.obj - 57 error(s), 9 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -