在windows下使用VC6.0使用MFC下编程实现
源代码在线查看: des加解密算法.plg
Build Log
--------------------Configuration: DES加解密算法 - Win32 Debug--------------------
Command Lines
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"
Output Window
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.
Results
DES加解密算法Dlg.obj - 1 error(s), 0 warning(s)