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

📄 des.plg

📁 DES 加解密算法VC++
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Des - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSPC0A.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Des.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\user\桌面\DES算法源代码-ok\Des.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSPC0A.tmp" 
<h3>Output Window</h3>
Compiling...
Des.cpp
C:\Documents and Settings\user\桌面\DES算法源代码-ok\Des.cpp(45) : error C2065: 'dwlKey_PC_1' : undeclared identifier
C:\Documents and Settings\user\桌面\DES算法源代码-ok\Des.cpp(47) : error C2065: 'dwlKey_PC_2' : undeclared identifier
C:\Documents and Settings\user\桌面\DES算法源代码-ok\Des.cpp(48) : error C2065: 'dwlData_IP' : undeclared identifier
C:\Documents and Settings\user\桌面\DES算法源代码-ok\Des.cpp(49) : error C2065: 'dwlData_Expansion' : undeclared identifier
C:\Documents and Settings\user\桌面\DES算法源代码-ok\Des.cpp(50) : error C2065: 'dwlData_FP' : undeclared identifier
C:\Documents and Settings\user\桌面\DES算法源代码-ok\Des.cpp(51) : error C2065: 'dwlData_P' : undeclared identifier
C:\Documents and Settings\user\桌面\DES算法源代码-ok\Des.cpp(215) : error C2065: 'OS' : undeclared identifier
C:\Documents and Settings\user\桌面\DES算法源代码-ok\Des.cpp(215) : error C2109: subscript requires array or pointer type
C:\Documents and Settings\user\桌面\DES算法源代码-ok\Des.cpp(344) : error C2040: 'dwlKey_PC_1' : 'unsigned __int64 [64]' differs in levels of indirection from 'int'
C:\Documents and Settings\user\桌面\DES算法源代码-ok\Des.cpp(354) : error C2040: 'dwlKey_PC_2' : 'unsigned __int64 [64]' differs in levels of indirection from 'int'
C:\Documents and Settings\user\桌面\DES算法源代码-ok\Des.cpp(364) : error C2040: 'dwlData_IP' : 'unsigned __int64 [65]' differs in levels of indirection from 'int'
C:\Documents and Settings\user\桌面\DES算法源代码-ok\Des.cpp(374) : error C2040: 'dwlData_Expansion' : 'unsigned __int64 [64]' differs in levels of indirection from 'int'
C:\Documents and Settings\user\桌面\DES算法源代码-ok\Des.cpp(385) : error C2040: 'dwlData_P' : 'unsigned __int64 [33]' differs in levels of indirection from 'int'
C:\Documents and Settings\user\桌面\DES算法源代码-ok\Des.cpp(395) : error C2040: 'dwlData_FP' : 'unsigned __int64 [65]' differs in levels of indirection from 'int'
C:\Documents and Settings\user\桌面\DES算法源代码-ok\Des.cpp(405) : error C2040: 'OS' : 'unsigned __int64 [512]' differs in levels of indirection from 'int'
执行 cl.exe 时出错.



<h3>Results</h3>
Des.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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