sendmail.plg

来自「这是有关邮件操作的源程序代码,是很有用的源代码」· PLG 代码 · 共 32 行

PLG
32
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SendMail - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSPC360.TMP" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/SendMail.pdb" /debug /machine:I386 /out:"Debug/SendMail.exe" /pdbtype:sept 
".\Debug\MailDlg.obj"
".\Debug\SendMail.obj"
".\Debug\ServDlg.obj"
".\Debug\socketx.obj"
".\Debug\StdAfx.obj"
".\Debug\SendMail.res"
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPC360.TMP"
<h3>Output Window</h3>
Linking...
LINK : fatal error LNK1104: cannot open file "Debug/SendMail.exe"
Error executing link.exe.



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

⌨️ 快捷键说明

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