📄 x.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: x - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP51.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"x___Win32_Debug/x.pch" /YX /Fo"x___Win32_Debug/" /Fd"x___Win32_Debug/" /FD /GZ /c
"E:\me\密码学\program_ecc\miracl\x\x.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP51.tmp"
<h3>Output Window</h3>
Compiling...
x.cpp
E:\me\密码学\program_ecc\miracl\x\x.cpp(7) : error C2065: 'mircal' : undeclared identifier
E:\me\密码学\program_ecc\miracl\x\x.cpp(7) : error C2065: 'mip' : undeclared identifier
E:\me\密码学\program_ecc\miracl\x\x.cpp(7) : error C2440: '=' : cannot convert from 'miracl *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\me\密码学\program_ecc\miracl\x\x.cpp(18) : error C2143: syntax error : missing ';' before ')'
E:\me\密码学\program_ecc\miracl\x\x.cpp(24) : error C2227: left of '->IOBASE' must point to class/struct/union
E:\me\密码学\program_ecc\miracl\x\x.cpp(27) : error C2562: 'main' : 'void' function returning a value
E:\me\密码学\program_ecc\miracl\x\x.cpp(4) : see declaration of 'main'
Error executing cl.exe.
<h3>Results</h3>
x.obj - 6 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -