SendEMailDlg.plg
上传用户:hkeb168
上传日期:2022-07-04
资源大小:5040k
文件大小:2k
- <html>
- <body>
- <pre>
- <h1>Build Log</h1>
- <h3>
- --------------------Configuration: SendEMailDlg - Win32 Debug--------------------
- </h3>
- <h3>Command Lines</h3>
- Creating temporary file "C:Users刃雪寒AppDataLocalTempRSP807A.tmp" with contents
- [
- /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/SendEMailDlg.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
- "C:Users刃雪寒DesktopSMTP编程实现邮件的发送SendEMailSendEMailDlg.cpp"
- ]
- Creating command line "cl.exe @"C:Users刃雪寒AppDataLocalTempRSP807A.tmp""
- Creating temporary file "C:Users刃雪寒AppDataLocalTempRSP808B.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:console /incremental:yes /pdb:"Debug/SendEMailDlg.pdb" /debug /machine:I386 /out:"Debug/SendEMailDlg.exe" /pdbtype:sept
- ".DebugSendEMailDlg.obj"
- ]
- Creating command line "link.exe @"C:Users刃雪寒AppDataLocalTempRSP808B.tmp""
- <h3>Output Window</h3>
- Compiling...
- Skipping... (no relevant changes detected)
- SendEMailDlg.cpp
- Linking...
- SendEMailDlg.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CESocket::~CESocket(void)" (??1CESocket@@UAE@XZ)
- SendEMailDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall CESocket::CESocket(void)" (??0CESocket@@QAE@XZ)
- SendEMailDlg.obj : error LNK2001: unresolved external symbol "public: void __thiscall CESocket::Init(class CSendEMailDlg *)" (?Init@CESocket@@QAEXPAVCSendEMailDlg@@@Z)
- SendEMailDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall CMessBox::CMessBox(class CWnd *)" (??0CMessBox@@QAE@PAVCWnd@@@Z)
- nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
- nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
- libcd.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
- Debug/SendEMailDlg.exe : fatal error LNK1120: 7 unresolved externals
- Error executing link.exe.
- <h3>Results</h3>
- SendEMailDlg.exe - 8 error(s), 0 warning(s)
- </pre>
- </body>
- </html>