scommtest.plg

来自「使用说明: 系统要求:WIN9X/ME/NT/2000 VC++6.0 且」· PLG 代码 · 共 55 行

PLG
55
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SCommTest - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/SCommTest.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\VC串口通信源程序\mscomm.cpp"
"G:\VC串口通信源程序\SCommTest.cpp"
"G:\VC串口通信源程序\SCommTestDlg.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2.tmp" 
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/SCommTest.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\VC串口通信源程序\StdAfx.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3.tmp" 
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/SCommTest.pdb" /debug /machine:I386 /out:"Debug/SCommTest.exe" /pdbtype:sept 
".\Debug\mscomm.obj"
".\Debug\SCommTest.obj"
".\Debug\SCommTestDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\SCommTest.res"
]
Creating command line "link.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
mscomm.cpp
SCommTest.cpp
SCommTestDlg.cpp
Generating Code...
Linking...
LINK : fatal error LNK1207: incompatible PDB format in "G:\VC串口通信源程序\Debug\SCommTest.pdb"; delete and rebuild
执行 link.exe 时出错.
Creating command line "bscmake.exe /nologo /o"Debug/SCommTest.bsc"  ".\Debug\StdAfx.sbr" ".\Debug\mscomm.sbr" ".\Debug\SCommTest.sbr" ".\Debug\SCommTestDlg.sbr""
Creating browse info file...
<h3>Output Window</h3>



<h3>Results</h3>
SCommTest.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?