⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nntest.plg

📁 本书从编程实践的角度详细介绍了Windows环境下和DOS环境下的串口通信的基本方法,并根据当前串口与网络合的发展趋势,介绍了串口与网络 TCP/IP、远程控制与监测相结合的一些解决方案和编程要点。由
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: NNTest - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/NNTest.res" /d "_DEBUG" /d "_AFXDLL" "C:\My Documents\BOOK\PROGRAM\02\NNTest\NNTest.rc"" 
Creating temporary file "C:\WINDOWS\TEMP\RSP81F5.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/NNTest.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\My Documents\BOOK\PROGRAM\02\NNTest\NNTest.cpp"
"C:\My Documents\BOOK\PROGRAM\02\NNTest\NNTestDlg.cpp"
"C:\My Documents\BOOK\PROGRAM\02\NNTest\SerialPort.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP81F5.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSP81F6.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/NNTest.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\My Documents\BOOK\PROGRAM\02\NNTest\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP81F6.TMP" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/NNTest.pdb" /debug /machine:I386 /out:"Debug/NNTest.exe" /pdbtype:sept  ".\Debug\NNTest.obj" ".\Debug\NNTestDlg.obj" ".\Debug\SerialPort.obj" ".\Debug\StdAfx.obj" ".\Debug\NNTest.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
NNTest.cpp
NNTestDlg.cpp
C:\My Documents\BOOK\PROGRAM\02\NNTest\NNTestDlg.cpp(185) : warning C4305: 'initializing' : truncation from 'const int' to 'char'
C:\My Documents\BOOK\PROGRAM\02\NNTest\NNTestDlg.cpp(185) : warning C4309: 'initializing' : truncation of constant value
C:\My Documents\BOOK\PROGRAM\02\NNTest\NNTestDlg.cpp(185) : warning C4305: 'initializing' : truncation from 'const int' to 'char'
C:\My Documents\BOOK\PROGRAM\02\NNTest\NNTestDlg.cpp(185) : warning C4309: 'initializing' : truncation of constant value
SerialPort.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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