📄 command2.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Command2 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6C.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Command2.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\设计模式\Command2\main.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6C.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6D.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 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/Command2.pdb" /debug /machine:I386 /out:"Debug/Command2.exe" /pdbtype:sept
".\Debug\Reciever.obj"
".\Debug\main.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6D.tmp"
<h3>Output Window</h3>
Compiling...
main.cpp
e:\设计模式\command2\command.h(6) : error C2504: 'Command' : base class undefined
e:\设计模式\command2\command.h(28) : see reference to class template instantiation 'SimpleCommand<Reciever>' being compiled
e:\设计模式\command2\main.cpp(10) : error C2065: 'Command' : undeclared identifier
e:\设计模式\command2\main.cpp(10) : error C2065: 'cmd' : undeclared identifier
e:\设计模式\command2\command.h(6) : error C2516: 'Command' : is not a legal base class
e:\设计模式\command2\main.cpp(10) : see reference to class template instantiation 'SimpleCommand<class Reciever>' being compiled
e:\设计模式\command2\main.cpp(10) : error C2440: '=' : cannot convert from 'class SimpleCommand<class Reciever> *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
e:\设计模式\command2\main.cpp(11) : error C2227: left of '->Excute' must point to class/struct/union
Error executing cl.exe.
<h3>Results</h3>
Command2.exe - 6 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -