Guest User

Untitled

a guest
Jan 4th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 1>------ Build started: Project: Parsing, Configuration: Release Win32 ------
  2. 1>Build started 3/10/2011 9:15:03 PM.
  3. 1>InitializeBuildStatus:
  4. 1>  Touching "Release\Parsing.unsuccessfulbuild".
  5. 1>ClCompile:
  6. 1>  main.cpp
  7. 1>main.obj : error LNK2001: unresolved external symbol "public: __thiscall PDFObjectParser::~PDFObjectParser(void)" (??1PDFObjectParser@@QAE@XZ)
  8. 1>main.obj : error LNK2001: unresolved external symbol "public: enum EPDFObjectType __thiscall PDFObject::GetType(void)" (?GetType@PDFObject@@QAE?AW4EPDFObjectType@@XZ)
  9. 1>main.obj : error LNK2001: unresolved external symbol "public: class IByteReader * __thiscall PDFParser::CreateInputStreamReader(class PDFStreamInput *)" (?CreateInputStreamReader@PDFParser@@QAEPAVIByteReader@@PAVPDFStreamInput@@@Z)
  10. 1>main.obj : error LNK2001: unresolved external symbol "public: class PDFDictionary * __thiscall PDFParser::ParsePage(unsigned long)" (?ParsePage@PDFParser@@QAEPAVPDFDictionary@@K@Z)
  11. 1>main.obj : error LNK2001: unresolved external symbol "public: unsigned long __thiscall PDFParser::GetPagesCount(void)" (?GetPagesCount@PDFParser@@QAEKXZ)
  12. 1>main.obj : error LNK2001: unresolved external symbol "public: class PDFObject * __thiscall PDFParser::QueryDictionaryObject(class PDFDictionary *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?QueryDictionaryObject@PDFParser@@QAEPAVPDFObject@@PAVPDFDictionary@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  13. 1>main.obj : error LNK2001: unresolved external symbol "public: unsigned long __thiscall PDFParser::GetObjectsCount(void)" (?GetObjectsCount@PDFParser@@QAEKXZ)
  14. 1>main.obj : error LNK2001: unresolved external symbol "public: class PDFObject * __thiscall PDFParser::ParseNewObject(unsigned long)" (?ParseNewObject@PDFParser@@QAEPAVPDFObject@@K@Z)
  15. 1>main.obj : error LNK2001: unresolved external symbol "public: double __thiscall PDFParser::GetPDFLevel(void)" (?GetPDFLevel@PDFParser@@QAENXZ)
  16. 1>main.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall PDFParser::~PDFParser(void)" (??1PDFParser@@UAE@XZ)
  17. 1>main.obj : error LNK2001: unresolved external symbol "public: __thiscall PDFParser::PDFParser(void)" (??0PDFParser@@QAE@XZ)
  18. 1>main.obj : error LNK2001: unresolved external symbol "public: class IByteReaderWithPosition * __thiscall InputFile::GetInputStream(void)" (?GetInputStream@InputFile@@QAEPAVIByteReaderWithPosition@@XZ)
  19. 1>main.obj : error LNK2001: unresolved external symbol "public: enum PDFHummus::EStatusCode __thiscall InputFile::OpenFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?OpenFile@InputFile@@QAE?AW4EStatusCode@PDFHummus@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  20. 1>main.obj : error LNK2001: unresolved external symbol "public: __thiscall InputFile::~InputFile(void)" (??1InputFile@@QAE@XZ)
  21. 1>main.obj : error LNK2001: unresolved external symbol "public: __thiscall InputFile::InputFile(void)" (??0InputFile@@QAE@XZ)
  22. 1>main.obj : error LNK2001: unresolved external symbol "public: class MapIterator<class std::map<class PDFName *,class PDFObject *,class PDFNameLess,class std::allocator<struct std::pair<class PDFName * const,class PDFObject *> > > > __thiscall PDFDictionary::GetIterator(void)" (?GetIterator@PDFDictionary@@QAE?AV?$MapIterator@V?$map@PAVPDFName@@PAVPDFObject@@VPDFNameLess@@V?$allocator@U?$pair@QAVPDFName@@PAVPDFObject@@@std@@@std@@@std@@@@XZ)
  23. 1>main.obj : error LNK2001: unresolved external symbol "public: class PDFObject * __thiscall PDFDictionary::QueryDirectObject(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?QueryDirectObject@PDFDictionary@@QAEPAVPDFObject@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  24. 1>main.obj : error LNK2001: unresolved external symbol "public: __thiscall PDFParserTokenizer::~PDFParserTokenizer(void)" (??1PDFParserTokenizer@@QAE@XZ)
  25. 1>main.obj : error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const & __thiscall PDFName::GetValue(void)const " (?GetValue@PDFName@@QBEABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
  26. 1>main.obj : error LNK2001: unresolved external symbol "public: class SingleValueContainerIterator<class std::vector<class PDFObject *,class std::allocator<class PDFObject *> > > __thiscall PDFArray::GetIterator(void)" (?GetIterator@PDFArray@@QAE?AV?$SingleValueContainerIterator@V?$vector@PAVPDFObject@@V?$allocator@PAVPDFObject@@@std@@@std@@@@XZ)
  27. 1>main.obj : error LNK2001: unresolved external symbol "void __cdecl showXObjectsPerPageInfo(class PDFParser,class PDFObjectCastPtr<class PDFDictionary>)" (?showXObjectsPerPageInfo@@YAXVPDFParser@@V?$PDFObjectCastPtr@VPDFDictionary@@@@@Z)
  28. 1>main.obj : error LNK2001: unresolved external symbol "public: void __thiscall RefCountObject::Release(void)" (?Release@RefCountObject@@QAEXXZ)
  29. 1>main.obj : error LNK2001: unresolved external symbol "public: void __thiscall RefCountObject::AddRef(void)" (?AddRef@RefCountObject@@QAEXXZ)
  30. 1>main.obj : error LNK2001: unresolved external symbol "public: __int64 __thiscall PDFStreamInput::GetStreamContentStart(void)" (?GetStreamContentStart@PDFStreamInput@@QAE_JXZ)
  31. 1>main.obj : error LNK2001: unresolved external symbol "public: class PDFDictionary * __thiscall PDFStreamInput::QueryStreamDictionary(void)" (?QueryStreamDictionary@PDFStreamInput@@QAEPAVPDFDictionary@@XZ)
  32. 1>G:\Parsing\Release\Parsing.exe : fatal error LNK1120: 25 unresolved externals
  33. 1>
  34. 1>Build FAILED.
  35. 1>
  36. 1>Time Elapsed 00:00:01.55
  37. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Add Comment
Please, Sign In to add comment