📄 test.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: test - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/test.res" /d "_DEBUG" /d "_AFXDLL" "H:\test\test.rc""
Creating temporary file "C:\DOCUME~1\彭波\LOCALS~1\Temp\RSP302.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"H:\test\MainFrm.cpp"
"H:\test\PciFuction_Haero.c"
"H:\test\test.cpp"
"H:\test\testDoc.cpp"
"H:\test\testView.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\彭波\LOCALS~1\Temp\RSP302.tmp""
Creating temporary file "C:\DOCUME~1\彭波\LOCALS~1\Temp\RSP303.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/test.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"H:\test\StdAfx.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\彭波\LOCALS~1\Temp\RSP303.tmp""
Creating temporary file "C:\DOCUME~1\彭波\LOCALS~1\Temp\RSP304.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/test.pdb" /debug /machine:I386 /out:"Debug/test.exe" /pdbtype:sept
.\Debug\MainFrm.obj
.\Debug\PciFuction_Haero.obj
.\Debug\StdAfx.obj
.\Debug\test.obj
.\Debug\testDoc.obj
.\Debug\testView.obj
.\Debug\test.res
]
Creating command line "link.exe @"C:\DOCUME~1\彭波\LOCALS~1\Temp\RSP304.tmp""
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MainFrm.cpp
Generating Code...
Compiling...
PciFuction_Haero.c
h:\test\pcifuction_haero.c(306) : warning C4013: 'IOCTL_MSG' undefined; assuming extern returning int
Generating Code...
Compiling...
test.cpp
testDoc.cpp
testView.cpp
Generating Code...
Linking...
PciFuction_Haero.obj : error LNK2001: unresolved external symbol _IOCTL_MSG
Debug/test.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Creating command line "bscmake.exe /nologo /o"Debug/test.bsc" .\Debug\StdAfx.sbr .\Debug\MainFrm.sbr .\Debug\PciFuction_Haero.sbr .\Debug\test.sbr .\Debug\testDoc.sbr .\Debug\testView.sbr"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
test.exe - 2 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -