?? g__des.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: G__des - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP12F.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/G__des.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-DES程序源代碼\G__des.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP12F.tmp"
<h3>Output Window</h3>
Compiling...
G__des.c
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1489) : error C2143: syntax error : missing ')' before '*'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1489) : error C2081: 'des_key' : name in formal parameter list illegal
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1489) : error C2143: syntax error : missing '{' before '*'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1489) : error C2059: syntax error : ')'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1490) : error C2054: expected '(' to follow 'skey'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1508) : error C2143: syntax error : missing ')' before '*'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1508) : error C2081: 'des_key' : name in formal parameter list illegal
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1508) : error C2143: syntax error : missing '{' before '*'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1508) : error C2059: syntax error : ')'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1509) : error C2054: expected '(' to follow 'key'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1521) : error C2143: syntax error : missing ')' before '*'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1521) : error C2081: 'des_key' : name in formal parameter list illegal
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1521) : error C2143: syntax error : missing '{' before '*'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1521) : error C2059: syntax error : ')'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1522) : error C2054: expected '(' to follow 'key'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1649) : error C2065: 'des_key' : undeclared identifier
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1649) : error C2146: syntax error : missing ';' before identifier 'des'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1649) : error C2065: 'des' : undeclared identifier
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1653) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct des_key *'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1657) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct des_key *'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1659) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct des_key *'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1668) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct des_key *'
e:\2007備份\2007計算機數據安全教學\04計算機《數據安全》實驗\實驗2-des程序源代碼\g__des.c(1669) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct des_key *'
Error executing cl.exe.
<h3>Results</h3>
G__des.obj - 18 error(s), 5 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -