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

📄 rsa.plg

📁 简单的RSA算法的加密解密程序
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: RSA - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPEC.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/RSA.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPEC.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/RSA.pdb" /debug /machine:I386 /out:"Debug/RSA.exe" /pdbtype:sept  ".\Debug\BigInt.obj" ".\Debug\RSA.obj" ".\Debug\RSADlg.obj" ".\Debug\StdAfx.obj" ".\Debug\RSA.res" "
<h3>Output Window</h3>
Compiling...
RSA.cpp
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(17) : error C2653: 'CRSAApp' : is not a class or namespace name
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(17) : error C2248: 'messageMap' : cannot access protected member declared in class 'CWinApp'
        d:\microsoft visual studio\vc98\mfc\include\afxwin.h(4238) : see declaration of 'messageMap'
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(17) : error C2653: 'CRSAApp' : is not a class or namespace name
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(17) : error C2270: 'GetMessageMap' : modifiers not allowed on nonmember functions
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(17) : error C2653: 'CRSAApp' : is not a class or namespace name
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(17) : error C2065: 'messageMap' : undeclared identifier
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(17) : error C2653: 'CRSAApp' : is not a class or namespace name
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(17) : error C2373: 'messageMap' : redefinition; different type modifiers
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(17) : error C2653: 'CRSAApp' : is not a class or namespace name
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(17) : error C2653: 'CRSAApp' : is not a class or namespace name
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(17) : error C2065: '_messageEntries' : undeclared identifier
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(17) : error C2109: subscript requires array or pointer type
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(17) : error C2102: '&' requires l-value
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(17) : error C2653: 'CRSAApp' : is not a class or namespace name
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(17) : error C2040: '_messageEntries' : 'const struct AFX_MSGMAP_ENTRY []' differs in levels of indirection from 'int'
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(22) : error C2248: 'OnHelp' : cannot access protected member declared in class 'CWinApp'
        d:\microsoft visual studio\vc98\mfc\include\afxwin.h(4174) : see declaration of 'OnHelp'
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(28) : error C2653: 'CRSAApp' : is not a class or namespace name
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(32) : warning C4508: 'CRSAApp' : function should return a value; 'void' return type assumed
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(37) : error C2146: syntax error : missing ';' before identifier 'theApp'
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(37) : error C2501: 'CRSAApp' : missing storage-class or type specifiers
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(37) : error C2373: 'CRSAApp' : redefinition; different type modifiers
        C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(28) : see declaration of 'CRSAApp'
C:\Documents and Settings\Administrator\桌面\程序代码\RSA\RSA.cpp(37) : fatal error C1004: unexpected end of file found
执行 cl.exe 时出错.
Creating command line "bscmake.exe /nologo /o"Debug/RSA.bsc"  ".\Debug\StdAfx.sbr" ".\Debug\BigInt.sbr" ".\Debug\RSA.sbr" ".\Debug\RSADlg.sbr""
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\RSA.sbr': No such file or directory
执行 bscmake.exe 时出错.
<h3>Output Window</h3>



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

⌨️ 快捷键说明

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