des加解密算法.plg
来自「在windows下使用VC6.0使用MFC下编程实现」· PLG 代码 · 共 28 行
PLG
28 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: DES加解密算法 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\CRYSTA~1\LOCALS~1\Temp\RSPD6.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/DES加解密算法.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\My Program\DES_zyj\DES加解密算法Dlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\CRYSTA~1\LOCALS~1\Temp\RSPD6.tmp"
<h3>Output Window</h3>
Compiling...
DES加解密算法Dlg.cpp
d:\my program\des_zyj\des加解密算法dlg.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Debug/DES加解密算法.pch': No such file or directory
Error executing cl.exe.
<h3>Results</h3>
DES加解密算法Dlg.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?