📄 tinyxmltest.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: tinyxml - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Ellie\LOCALS~1\Temp\RSP36.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR"Debug/" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\xcap\tinyxml\tinystr.cpp"
"E:\xcap\tinyxml\tinyxml.cpp"
"E:\xcap\tinyxml\tinyxmlerror.cpp"
"E:\xcap\tinyxml\tinyxmlparser.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Ellie\LOCALS~1\Temp\RSP36.tmp"
Creating command line "link.exe -lib /nologo /out:"Debug\tinyxmld.lib" .\Debug\tinystr.obj .\Debug\tinyxml.obj .\Debug\tinyxmlerror.obj .\Debug\tinyxmlparser.obj "
<h3>Output Window</h3>
Compiling...
tinystr.cpp
tinyxml.cpp
tinyxmlerror.cpp
tinyxmlparser.cpp
Generating Code...
Creating library...
<h3>
--------------------Configuration: tinyXmlTest - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Ellie\LOCALS~1\Temp\RSP37.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "TUNE" /FR"tinyXmlTest___Win32_Debug/" /Fo"tinyXmlTest___Win32_Debug/" /Fd"tinyXmlTest___Win32_Debug/" /FD /GZ /c
"E:\xcap\tinyxml\xmltest.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Ellie\LOCALS~1\Temp\RSP37.tmp"
Creating temporary file "C:\DOCUME~1\Ellie\LOCALS~1\Temp\RSP3A.tmp" with contents
[
./Debug/tinyxmld.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:"tinyXmlTest___Win32_Debug/tinyXmlTest.pdb" /debug /machine:I386 /out:"tinyXmlTest___Win32_Debug/tinyXmlTest.exe" /pdbtype:sept
.\tinyXmlTest___Win32_Debug\xmltest.obj
.\Debug\tinyxmld.lib
]
Creating command line "link.exe @C:\DOCUME~1\Ellie\LOCALS~1\Temp\RSP3A.tmp"
<h3>Output Window</h3>
Compiling...
xmltest.cpp
e:\xcap\tinyxml\xmltest.cpp(1089) : error C2001: newline in constant
e:\xcap\tinyxml\xmltest.cpp(1096) : error C2001: newline in constant
e:\xcap\tinyxml\xmltest.cpp(1097) : error C2146: syntax error : missing ')' before identifier 'TiXmlHandle'
e:\xcap\tinyxml\xmltest.cpp(1099) : error C2065: 'tHandle' : undeclared identifier
e:\xcap\tinyxml\xmltest.cpp(1099) : error C2228: left of '.Text' must have class/struct/union type
e:\xcap\tinyxml\xmltest.cpp(1100) : error C2001: newline in constant
e:\xcap\tinyxml\xmltest.cpp(1101) : error C2143: syntax error : missing ')' before '}'
e:\xcap\tinyxml\xmltest.cpp(1101) : error C2661: 'XmlTest' : no overloaded function takes 2 parameters
e:\xcap\tinyxml\xmltest.cpp(1101) : error C2143: syntax error : missing ';' before '}'
执行 cl.exe 时出错.
<h3>Results</h3>
tinyXmlTest.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -