📄 mtpipe.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MTPipe - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/MTPipe.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\DISK\CH08\MTPipe\MTPipe.c"
]
Creating command line "cl.exe @E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8.tmp"
Creating temporary file "E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9.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/MTPipe.pdb" /debug /machine:I386 /out:"Debug/MTPipe.exe" /pdbtype:sept
.\Debug\MTPipe.obj
]
Creating command line "link.exe @E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9.tmp"
<h3>Output Window</h3>
Compiling...
MTPipe.c
F:\DISK\CH08\MTPipe\MTPipe.c(38) : warning C4013: 'MyErrExit' undefined; assuming extern returning int
F:\DISK\CH08\MTPipe\MTPipe.c(73) : error C2065: 'BUFSIZE' : undeclared identifier
F:\DISK\CH08\MTPipe\MTPipe.c(73) : error C2057: expected constant expression
F:\DISK\CH08\MTPipe\MTPipe.c(73) : error C2466: cannot allocate an array of constant size 0
F:\DISK\CH08\MTPipe\MTPipe.c(73) : error C2133: 'chRequest' : unknown size
F:\DISK\CH08\MTPipe\MTPipe.c(74) : error C2057: expected constant expression
F:\DISK\CH08\MTPipe\MTPipe.c(74) : error C2466: cannot allocate an array of constant size 0
F:\DISK\CH08\MTPipe\MTPipe.c(74) : error C2133: 'chReply' : unknown size
Error executing cl.exe.
<h3>Results</h3>
MTPipe.exe - 7 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -