一个DES加密解密的demo程序
源代码在线查看: des加解密算法.plg
Build Log
--------------------Configuration: DES加解密算法 - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"Debug/DES加解密算法.res" /d "_DEBUG" /d "_AFXDLL" "D:\Workspace\DES_zyj\DES_zyj\DES加解密算法.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP106.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:\Workspace\DES_zyj\DES_zyj\DES加解密算法.cpp"
"D:\Workspace\DES_zyj\DES_zyj\DES加解密算法Dlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP106.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP107.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/DES加解密算法.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Workspace\DES_zyj\DES_zyj\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP107.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP108.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/DES加解密算法.pdb" /debug /machine:I386 /out:"Debug/DES加解密算法.exe" /pdbtype:sept
".\Debug\DES加解密算法.obj"
".\Debug\DES加解密算法Dlg.obj"
.\Debug\StdAfx.obj
".\Debug\DES加解密算法.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP108.tmp"
Output Window
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
DES加解密算法.cpp
DES加解密算法Dlg.cpp
D:\Workspace\DES_zyj\DES_zyj\DES加解密算法Dlg.cpp(1404) : warning C4101: 'ch' : unreferenced local variable
Generating Code...
Linking...
Results
DES加解密算法.exe - 0 error(s), 1 warning(s)