📄 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\user\LOCALS~1\Temp\RSP16.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/rsa.pdb" /debug /machine:I386 /out:"Debug/rsa.exe" /pdbtype:sept
".\Debug\rsa.obj"
]
Creating command line "link.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP16.tmp"
<h3>Output Window</h3>
Linking...
rsa.obj : error LNK2001: unresolved external symbol "public: void __thiscall private_key::create(char const *,char const *)" (?create@private_key@@QAEXPBD0@Z)
rsa.obj : error LNK2001: unresolved external symbol "public: __thiscall vlong::~vlong(void)" (??1vlong@@QAE@XZ)
rsa.obj : error LNK2001: unresolved external symbol "public: __thiscall vlong::vlong(unsigned long)" (??0vlong@@QAE@K@Z)
rsa.obj : error LNK2001: unresolved external symbol "public: void __thiscall vlong::store(unsigned long *,unsigned long)const " (?store@vlong@@QBEXPAKK@Z)
rsa.obj : error LNK2001: unresolved external symbol "public: class vlong __thiscall private_key::decrypt(class vlong const &)" (?decrypt@private_key@@QAE?AVvlong@@ABV2@@Z)
rsa.obj : error LNK2001: unresolved external symbol "public: class vlong & __thiscall vlong::operator=(class vlong const &)" (??4vlong@@QAEAAV0@ABV0@@Z)
rsa.obj : error LNK2001: unresolved external symbol "public: void __thiscall vlong::load(unsigned long *,unsigned long)" (?load@vlong@@QAEXPAKK@Z)
rsa.obj : error LNK2001: unresolved external symbol "public: class vlong __thiscall public_key::encrypt(class vlong const &)" (?encrypt@public_key@@QAE?AVvlong@@ABV2@@Z)
Debug/rsa.exe : fatal error LNK1120: 8 unresolved externals
Error executing link.exe.
<h3>Results</h3>
rsa.exe - 9 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -