modem.plg

来自「delphi 控制modem的代码,与调治解调器通信的好例子」· PLG 代码 · 共 31 行

PLG
31
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: modem - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSP10E2.TMP" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp"Release/modem.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"C:\Windows\Desktop\demo\modemDlg.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP10E2.TMP" 
Creating command line "link.exe winmm.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/modem.pdb" /machine:I386 /out:"Release/modem.exe"  .\Release\modem.obj .\Release\modemDlg.obj .\Release\StdAfx.obj .\Release\modem.res "
<h3>Output Window</h3>
Compiling...
modemDlg.cpp
C:\Windows\Desktop\demo\modemDlg.cpp(270) : warning C4101: 'strOutNumber' : unreferenced local variable
Linking...
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "comdlg32.dll" discarded by /OPT:REF



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

⌨️ 快捷键说明

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