Guest User

Untitled

a guest
Aug 14th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 4.60 KB | None | 0 0
  1. Error   1   error LNK2019: unresolved external symbol "public: __thiscall resource::~resource(void)" (??1resource@@QAE@XZ) referenced in function "public: __thiscall renderer::renderer(float,float)" (??0renderer@@QAE@MM@Z)  C:\CodingLap\C++\Zclone\Zclone\renderer.obj Zclone
  2. Error   2   error LNK2001: unresolved external symbol "public: __thiscall resource::~resource(void)" (??1resource@@QAE@XZ)  C:\CodingLap\C++\Zclone\Zclone\resourcemanager.obj  Zclone
  3. Error   3   error LNK2001: unresolved external symbol "public: __thiscall resource::~resource(void)" (??1resource@@QAE@XZ)  C:\CodingLap\C++\Zclone\Zclone\sound.obj    Zclone
  4. Error   4   error LNK2001: unresolved external symbol "public: __thiscall resource::~resource(void)" (??1resource@@QAE@XZ)  C:\CodingLap\C++\Zclone\Zclone\sprite.obj   Zclone
  5. Error   5   error LNK2019: unresolved external symbol "public: __thiscall resource::resource(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (??0resource@@QAE@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "public: __thiscall renderer::renderer(float,float)" (??0renderer@@QAE@MM@Z)  C:\CodingLap\C++\Zclone\Zclone\renderer.obj Zclone
  6. Error   6   error LNK2001: unresolved external symbol "public: __thiscall resource::resource(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (??0resource@@QAE@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)  C:\CodingLap\C++\Zclone\Zclone\resourcemanager.obj  Zclone
  7. Error   7   error LNK2001: unresolved external symbol "public: __thiscall resource::resource(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (??0resource@@QAE@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)  C:\CodingLap\C++\Zclone\Zclone\sound.obj    Zclone
  8. Error   8   error LNK2001: unresolved external symbol "public: __thiscall resource::resource(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (??0resource@@QAE@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)  C:\CodingLap\C++\Zclone\Zclone\sprite.obj   Zclone
  9. Error   9   error LNK2019: unresolved external symbol "public: char * __thiscall resource::getRaw(void)" (?getRaw@resource@@QAEPADXZ) referenced in function "public: class image * __thiscall resourcemanager::getImage(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,int)" (?getImage@resourcemanager@@QAEPAVimage@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)  C:\CodingLap\C++\Zclone\Zclone\resourcemanager.obj  Zclone
  10. Error   10  error LNK2001: unresolved external symbol "public: char * __thiscall resource::getRaw(void)" (?getRaw@resource@@QAEPADXZ)   C:\CodingLap\C++\Zclone\Zclone\shader.obj   Zclone
  11. Error   11  error LNK2001: unresolved external symbol "public: char * __thiscall resource::getRaw(void)" (?getRaw@resource@@QAEPADXZ)   C:\CodingLap\C++\Zclone\Zclone\sound.obj    Zclone
  12. Error   12  error LNK2019: unresolved external symbol "public: int __thiscall resource::getLength(void)" (?getLength@resource@@QAEHXZ) referenced in function "public: class image * __thiscall resourcemanager::getImage(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,int)" (?getImage@resourcemanager@@QAEPAVimage@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) C:\CodingLap\C++\Zclone\Zclone\resourcemanager.obj  Zclone
  13. Error   13  error LNK2001: unresolved external symbol "public: int __thiscall resource::getLength(void)" (?getLength@resource@@QAEHXZ)  C:\CodingLap\C++\Zclone\Zclone\shader.obj   Zclone
  14. Error   14  error LNK2001: unresolved external symbol "public: int __thiscall resource::getLength(void)" (?getLength@resource@@QAEHXZ)  C:\CodingLap\C++\Zclone\Zclone\sound.obj    Zclone
  15. Error   15  error LNK2019: unresolved external symbol "public: class Json::Value __thiscall resource::getJson(void)" (?getJson@resource@@QAE?AVValue@Json@@XZ) referenced in function "public: class tileset * __thiscall resourcemanager::getTileset(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?getTileset@resourcemanager@@QAEPAVtileset@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z) C:\CodingLap\C++\Zclone\Zclone\resourcemanager.obj  Zclone
  16. Error   16  error LNK2001: unresolved external symbol "public: class Json::Value __thiscall resource::getJson(void)" (?getJson@resource@@QAE?AVValue@Json@@XZ)  C:\CodingLap\C++\Zclone\Zclone\sprite.obj   Zclone
  17. Error   17  error LNK1120: 5 unresolved externals   C:\CodingLap\C++\Zclone\Debug\Zclone.exe    Zclone
Add Comment
Please, Sign In to add comment