serialcomm.plg
来自「使用RSC232进行双机通信」· PLG 代码 · 共 28 行
PLG
28 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SerialComm - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\yita07\LOCALS~1\Temp\RSP4A.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/SerialComm.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"d:\My Documents\软件工程教学课件\D.作业\大学三年级\08.计算机网络(林坤辉)\第2次实验\SerialCommDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\yita07\LOCALS~1\Temp\RSP4A.tmp"
<h3>Output Window</h3>
Compiling...
SerialCommDlg.cpp
d:\my documents\软件工程教学课件\d.作业\大学三年级\08.计算机网络(林坤辉)\第2次实验\serialcommdlg.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Debug/SerialComm.pch': No such file or directory
执行 cl.exe 时出错.
<h3>Results</h3>
SerialCommDlg.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?