filesender.plg

来自「利用udp来传输文件」· PLG 代码 · 共 38 行

PLG
38
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: FileSender - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\michael\LOCALS~1\Temp\RSP80.tmp" with contents
[
/nologo /MT /W3 /GX /Zi /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "_MBCS" /Fp"FileSender.pch" /YX /c 
"D:\chxli_dm642\FileSender_li\FileSender\FileSenderDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\michael\LOCALS~1\Temp\RSP80.tmp" 
Creating temporary file "C:\DOCUME~1\michael\LOCALS~1\Temp\RSP81.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 /nologo /subsystem:windows /incremental:no /pdb:"FileSender.pdb" /debug /machine:IX86 /out:"FileSender.exe" /pdbtype:sept /opt:ref /opt:icf 
.\FileSender.obj
.\FileSenderDlg.obj
.\stdafx.obj
.\FileSender.res
]
Creating command line "link.exe @C:\DOCUME~1\michael\LOCALS~1\Temp\RSP81.tmp"
<h3>Output Window</h3>
Compiling...
FileSenderDlg.cpp
D:\chxli_dm642\FileSender_li\FileSender\FileSenderDlg.cpp(114) : warning C4244: 'argument' : conversion from 'const double' to 'unsigned long', possible loss of data
Linking...
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF



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

⌨️ 快捷键说明

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