SendEMailDlg.plg
上传用户:hkeb168
上传日期:2022-07-04
资源大小:5040k
文件大小:2k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: SendEMailDlg - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:Users刃雪寒AppDataLocalTempRSP807A.tmp" with contents
  10. [
  11. /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 
  12. "C:Users刃雪寒DesktopSMTP编程实现邮件的发送SendEMailSendEMailDlg.cpp"
  13. ]
  14. Creating command line "cl.exe @"C:Users刃雪寒AppDataLocalTempRSP807A.tmp"" 
  15. Creating temporary file "C:Users刃雪寒AppDataLocalTempRSP808B.tmp" with contents
  16. [
  17. 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 
  18. ".DebugSendEMailDlg.obj"
  19. ]
  20. Creating command line "link.exe @"C:Users刃雪寒AppDataLocalTempRSP808B.tmp""
  21. <h3>Output Window</h3>
  22. Compiling...
  23. Skipping... (no relevant changes detected)
  24. SendEMailDlg.cpp
  25. Linking...
  26. SendEMailDlg.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CESocket::~CESocket(void)" (??1CESocket@@UAE@XZ)
  27. SendEMailDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall CESocket::CESocket(void)" (??0CESocket@@QAE@XZ)
  28. SendEMailDlg.obj : error LNK2001: unresolved external symbol "public: void __thiscall CESocket::Init(class CSendEMailDlg *)" (?Init@CESocket@@QAEXPAVCSendEMailDlg@@@Z)
  29. SendEMailDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall CMessBox::CMessBox(class CWnd *)" (??0CMessBox@@QAE@PAVCWnd@@@Z)
  30. nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
  31. nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
  32. libcd.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
  33. Debug/SendEMailDlg.exe : fatal error LNK1120: 7 unresolved externals
  34. Error executing link.exe.
  35. <h3>Results</h3>
  36. SendEMailDlg.exe - 8 error(s), 0 warning(s)
  37. </pre>
  38. </body>
  39. </html>