MyUnZip.plg
Upload User: hzweiye
Upload Date: 2022-05-26
Package Size: 4688k
Code Size: 2k
Development Platform:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: MyUnZip - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Debug/MyUnZip.res" /d "_DEBUG" /d "_AFXDLL" "E:vctestMyUnZipMyUnZip.rc"" 
  10. Creating temporary file "C:DOCUME~1aldLOCALS~1TempRSPA3.tmp" with contents
  11. [
  12. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Fp"Debug/MyUnZip.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "E:vctestMyUnZipMyUnZip.cpp"
  14. ]
  15. Creating command line "cl.exe @C:DOCUME~1aldLOCALS~1TempRSPA3.tmp" 
  16. Creating temporary file "C:DOCUME~1aldLOCALS~1TempRSPA4.tmp" with contents
  17. [
  18. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Fp"Debug/MyUnZip.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  19. "E:vctestMyUnZipStdAfx.cpp"
  20. ]
  21. Creating command line "cl.exe @C:DOCUME~1aldLOCALS~1TempRSPA4.tmp" 
  22. Creating temporary file "C:DOCUME~1aldLOCALS~1TempRSPA5.tmp" with contents
  23. [
  24. 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/MyUnZip.pdb" /debug /machine:I386 /out:"Debug/MyUnZip.exe" /pdbtype:sept 
  25. .DebugMyUnZip.obj
  26. .DebugStdAfx.obj
  27. .DebugMyUnZip.res
  28. ]
  29. Creating command line "link.exe @C:DOCUME~1aldLOCALS~1TempRSPA5.tmp"
  30. <h3>Output Window</h3>
  31. Compiling resources...
  32. Compiling...
  33. StdAfx.cpp
  34. Compiling...
  35. MyUnZip.cpp
  36. Linking...
  37. MyUnZip.obj : error LNK2001: unresolved external symbol "public: int __thiscall CInfoZip::FinalizeUnzip(void)" (?FinalizeUnzip@CInfoZip@@QAEHXZ)
  38. MyUnZip.obj : error LNK2001: unresolved external symbol "public: int __thiscall CInfoZip::ExtractFiles(char const *,char const *)" (?ExtractFiles@CInfoZip@@QAEHPBD0@Z)
  39. MyUnZip.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CInfoZip::~CInfoZip(void)" (??1CInfoZip@@UAE@XZ)
  40. MyUnZip.obj : error LNK2001: unresolved external symbol "public: int __thiscall CInfoZip::InitializeUnzip(void)" (?InitializeUnzip@CInfoZip@@QAEHXZ)
  41. MyUnZip.obj : error LNK2001: unresolved external symbol "public: __thiscall CInfoZip::CInfoZip(void)" (??0CInfoZip@@QAE@XZ)
  42. Debug/MyUnZip.exe : fatal error LNK1120: 5 unresolved externals
  43. Error executing link.exe.
  44. <h3>Results</h3>
  45. MyUnZip.exe - 6 error(s), 0 warning(s)
  46. </pre>
  47. </body>
  48. </html>