- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
MyUnZip.plg
资源名称:MyUnZip.rar [点击查看]
上传用户:hzweiye
上传日期:2022-05-26
资源大小:4688k
文件大小:2k
源码类别:
压缩解压
开发平台:
Visual C++
- <html>
- <body>
- <pre>
- <h1>Build Log</h1>
- <h3>
- --------------------Configuration: MyUnZip - Win32 Debug--------------------
- </h3>
- <h3>Command Lines</h3>
- Creating command line "rc.exe /l 0x804 /fo"Debug/MyUnZip.res" /d "_DEBUG" /d "_AFXDLL" "E:vctestMyUnZipMyUnZip.rc""
- Creating temporary file "C:DOCUME~1aldLOCALS~1TempRSPA3.tmp" with contents
- [
- /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
- "E:vctestMyUnZipMyUnZip.cpp"
- ]
- Creating command line "cl.exe @C:DOCUME~1aldLOCALS~1TempRSPA3.tmp"
- Creating temporary file "C:DOCUME~1aldLOCALS~1TempRSPA4.tmp" with contents
- [
- /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
- "E:vctestMyUnZipStdAfx.cpp"
- ]
- Creating command line "cl.exe @C:DOCUME~1aldLOCALS~1TempRSPA4.tmp"
- Creating temporary file "C:DOCUME~1aldLOCALS~1TempRSPA5.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/MyUnZip.pdb" /debug /machine:I386 /out:"Debug/MyUnZip.exe" /pdbtype:sept
- .DebugMyUnZip.obj
- .DebugStdAfx.obj
- .DebugMyUnZip.res
- ]
- Creating command line "link.exe @C:DOCUME~1aldLOCALS~1TempRSPA5.tmp"
- <h3>Output Window</h3>
- Compiling resources...
- Compiling...
- StdAfx.cpp
- Compiling...
- MyUnZip.cpp
- Linking...
- MyUnZip.obj : error LNK2001: unresolved external symbol "public: int __thiscall CInfoZip::FinalizeUnzip(void)" (?FinalizeUnzip@CInfoZip@@QAEHXZ)
- MyUnZip.obj : error LNK2001: unresolved external symbol "public: int __thiscall CInfoZip::ExtractFiles(char const *,char const *)" (?ExtractFiles@CInfoZip@@QAEHPBD0@Z)
- MyUnZip.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CInfoZip::~CInfoZip(void)" (??1CInfoZip@@UAE@XZ)
- MyUnZip.obj : error LNK2001: unresolved external symbol "public: int __thiscall CInfoZip::InitializeUnzip(void)" (?InitializeUnzip@CInfoZip@@QAEHXZ)
- MyUnZip.obj : error LNK2001: unresolved external symbol "public: __thiscall CInfoZip::CInfoZip(void)" (??0CInfoZip@@QAE@XZ)
- Debug/MyUnZip.exe : fatal error LNK1120: 5 unresolved externals
- Error executing link.exe.
- <h3>Results</h3>
- MyUnZip.exe - 6 error(s), 0 warning(s)
- </pre>
- </body>
- </html>