?? signature.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Signature - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\zss1\LOCALS~1\Temp\RSP4D.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Signature.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\zss1\LOCALS~1\Temp\RSP4D.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/Signature.pdb" /machine:I386 /out:"Release/Signature.exe" ".\Release\Signature.obj" ".\Release\SignatureDlg.obj" ".\Release\StdAfx.obj" ".\Release\Signature.res" "
<h3>Output Window</h3>
Compiling...
SignatureDlg.cpp
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(106) : error C2065: 'HCRYPTPROV' : undeclared identifier
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(106) : error C2146: syntax error : missing ';' before identifier 'hProv'
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(106) : error C2065: 'hProv' : undeclared identifier
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(107) : error C2065: 'HCRYPTHASH' : undeclared identifier
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(107) : error C2146: syntax error : missing ';' before identifier 'hHash'
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(107) : error C2065: 'hHash' : undeclared identifier
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(121) : error C2065: 'CryptAcquireContext' : undeclared identifier
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(121) : error C2065: 'PROV_RSA_FULL' : undeclared identifier
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(127) : error C2065: 'CryptCreateHash' : undeclared identifier
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(127) : error C2065: 'CALG_MD5' : undeclared identifier
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(138) : error C2065: 'CryptHashData' : undeclared identifier
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(148) : error C2065: 'CryptSignHash' : undeclared identifier
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(148) : error C2065: 'AT_SIGNATURE' : undeclared identifier
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(173) : error C2065: 'CryptDestroyHash' : undeclared identifier
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(174) : error C2065: 'CryptReleaseContext' : undeclared identifier
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(195) : error C2146: syntax error : missing ';' before identifier 'hProv'
D:\原代碼\CryptAPI數字簽名\SignatureDlg.cpp(198) : error C2146: syntax error : missing ';' before identifier 'hHash'
Error executing cl.exe.
<h3>Results</h3>
Signature.exe - 17 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -