encryptdecrypt.plg

来自「电脑编程技巧和源码。很不错的。」· PLG 代码 · 共 31 行

PLG
31
字号
--------------------Configuration: encryptdecrypt - Win32 Debug--------------------
Begining build with project "D:\zjh\encryptdecrypt\encryptdecrypt\encryptdecrypt.dsp", at root.
Active configuration is Win32 (x86) Application (based on Win32 (x86) Application)

Project's tools are:
			"32-bit C/C++ Compiler for 80x86" with flags "/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/encryptdecrypt.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c "
			"OLE Type Library Maker" with flags "/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 "
			"Win32 Resource Compiler" with flags "/l 0x804 /fo"Debug/encryptdecrypt.res" /d "_DEBUG" /d "_AFXDLL" "
			"Browser Database Maker" with flags "/nologo /o"Debug/encryptdecrypt.bsc" "
			"COFF Linker for 80x86" with flags "crypt.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/encryptdecrypt.pdb" /debug /machine:I386 /out:"Debug/encryptdecrypt.exe" /pdbtype:sept "
			"Custom Build" with flags ""
			"<Component 0xa>" with flags ""

Creating temp file "C:\WINDOWS\TEMP\RSPF115.TMP" with contents </nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/encryptdecrypt.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c 
"D:\zjh\encryptdecrypt\encryptdecrypt\encryptdecryptDlg.cpp"
>
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPF115.TMP" 
Creating temp file "C:\WINDOWS\TEMP\RSPF120.TMP" with contents <crypt.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/encryptdecrypt.pdb" /debug /machine:I386 /out:"Debug/encryptdecrypt.exe" /pdbtype:sept 
.\Debug\encryptdecrypt.obj
.\Debug\encryptdecryptDlg.obj
.\Debug\StdAfx.obj
.\Debug\encryptdecrypt.res>
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPF120.TMP" 
Compiling...
encryptdecryptDlg.cpp
Linking...



encryptdecrypt.exe - 0 error(s), 0 warning(s)

⌨️ 快捷键说明

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