vmodem.plg
来自「Voice Over IP - Server, Client Model」· PLG 代码 · 共 35 行
PLG
35 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: vmodem - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSP7370.TMP" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /I "d:\java\include" /I "d:\java\include\win32" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "VMODEM_EXPORTS" /Fp"Debug/vmodem.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\voip\modem\vmodem\vmodem.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP7370.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSP7371.TMP" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib tapi32.lib winmm.lib /nologo /dll /incremental:yes /pdb:"Debug/vmodem.pdb" /debug /machine:I386 /out:"Debug/vmodem.dll" /implib:"Debug/vmodem.lib" /pdbtype:sept
.\Debug\vmodem.obj
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP7371.TMP"
<h3>Output Window</h3>
Compiling...
vmodem.cpp
f:\voip\modem\vmodem\vmodem.cpp(187) : warning C4101: 'jb' : unreferenced local variable
Linking...
Creating library Debug/vmodem.lib and object Debug/vmodem.exp
<h3>Results</h3>
vmodem.dll - 0 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?