scomm.plg

来自「CSerialPort类做的串口通信编程」· PLG 代码 · 共 28 行

PLG
28
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SCOMM - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP11.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Release/" /Fp"Release/SCOMM.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"F:\安装程序\Visual C++_Turbo C串口通信编程实践(随书光盘)\第05章\SCOMMV23\20070706\SCOMMDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP11.tmp" 
<h3>Output Window</h3>
Compiling...
SCOMMDlg.cpp
F:\安装程序\Visual C++_Turbo C串口通信编程实践(随书光盘)\第05章\SCOMMV23\20070706\SCOMMDlg.cpp(4) : fatal error C1853: 'Release/SCOMM.pch' is not a precompiled header file created with this compiler
Error executing cl.exe.



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

⌨️ 快捷键说明

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