⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chess.plg

📁 有全屏显示的一个很优秀的中国象棋软件.用VC6.0开发
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: chess - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\LIHONG~1\LOCALS~1\Temp\RSP1C4.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/chess.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\VISUAL C++ PROJECT\chess\chess.cpp"
"E:\VISUAL C++ PROJECT\chess\chessDlg.cpp"
"E:\VISUAL C++ PROJECT\chess\Product.cpp"
"E:\VISUAL C++ PROJECT\chess\ProductMove.cpp"
"E:\VISUAL C++ PROJECT\chess\Search.cpp"
"E:\VISUAL C++ PROJECT\chess\Value.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\LIHONG~1\LOCALS~1\Temp\RSP1C4.tmp" 
Creating temporary file "C:\DOCUME~1\LIHONG~1\LOCALS~1\Temp\RSP1C5.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/chess.pdb" /debug /machine:I386 /force /out:"Debug/chess.exe" /pdbtype:sept 
".\Debug\chess.obj"
".\Debug\chessDlg.obj"
".\Debug\Product.obj"
".\Debug\ProductMove.obj"
".\Debug\Search.obj"
".\Debug\StdAfx.obj"
".\Debug\Value.obj"
".\Debug\chess.res"
]
Creating command line "link.exe @C:\DOCUME~1\LIHONG~1\LOCALS~1\Temp\RSP1C5.tmp"
<h3>Output Window</h3>
Compiling...
chessDlg.cpp
E:\VISUAL C++ PROJECT\chess\chessDlg.cpp(408) : error C2664: 'Pt' : cannot convert parameter 7 from 'int [10][9]' to 'unsigned char [][9]'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Product.cpp
E:\VISUAL C++ PROJECT\chess\Product.cpp(149) : error C2664: 'Extend' : cannot convert parameter 3 from 'unsigned char' to 'int &'
        A reference that is not to 'const' cannot be bound to a non-lvalue
E:\VISUAL C++ PROJECT\chess\Product.cpp(150) : error C2297: '&' : illegal, right operand has type '__int32 [3]'
E:\VISUAL C++ PROJECT\chess\Product.cpp(150) : error C2297: '&' : illegal, right operand has type '__int32 [3]'
E:\VISUAL C++ PROJECT\chess\Product.cpp(150) : error C2297: '&' : illegal, right operand has type '__int32 [3]'
E:\VISUAL C++ PROJECT\chess\Product.cpp(151) : error C2664: 'Extend' : cannot convert parameter 3 from 'unsigned char' to 'int &'
        A reference that is not to 'const' cannot be bound to a non-lvalue
E:\VISUAL C++ PROJECT\chess\Product.cpp(152) : error C2664: 'Extend' : cannot convert parameter 3 from 'unsigned char' to 'int &'
        A reference that is not to 'const' cannot be bound to a non-lvalue
E:\VISUAL C++ PROJECT\chess\Product.cpp(153) : error C2664: 'Extend' : cannot convert parameter 3 from 'unsigned char' to 'int &'
        A reference that is not to 'const' cannot be bound to a non-lvalue
E:\VISUAL C++ PROJECT\chess\Product.cpp(154) : error C2664: 'Extend' : cannot convert parameter 3 from 'unsigned char' to 'int &'
        A reference that is not to 'const' cannot be bound to a non-lvalue
E:\VISUAL C++ PROJECT\chess\Product.cpp(156) : error C2297: '&' : illegal, right operand has type '__int32 [3]'
E:\VISUAL C++ PROJECT\chess\Product.cpp(156) : error C2297: '&' : illegal, right operand has type '__int32 [3]'
E:\VISUAL C++ PROJECT\chess\Product.cpp(156) : error C2297: '&' : illegal, right operand has type '__int32 [3]'
E:\VISUAL C++ PROJECT\chess\Product.cpp(157) : error C2664: 'Extend' : cannot convert parameter 3 from 'unsigned char' to 'int &'
        A reference that is not to 'const' cannot be bound to a non-lvalue
E:\VISUAL C++ PROJECT\chess\Product.cpp(158) : error C2664: 'Extend' : cannot convert parameter 3 from 'unsigned char' to 'int &'
        A reference that is not to 'const' cannot be bound to a non-lvalue
E:\VISUAL C++ PROJECT\chess\Product.cpp(159) : error C2664: 'Extend' : cannot convert parameter 3 from 'unsigned char' to 'int &'
        A reference that is not to 'const' cannot be bound to a non-lvalue
E:\VISUAL C++ PROJECT\chess\Product.cpp(160) : error C2664: 'Extend' : cannot convert parameter 3 from 'unsigned char' to 'int &'
        A reference that is not to 'const' cannot be bound to a non-lvalue
Generating Code...
Compiling...
chess.cpp
Generating Code...
Skipping... (no relevant changes detected)
ProductMove.cpp
Search.cpp
Value.cpp
Error executing cl.exe.



<h3>Results</h3>
chess.exe - 16 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -