Advertisement
Guest User

f

a guest
Jul 2nd, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. Code Description Project File Line Source Suppression State
  2. LNK1120 5 unresolved externals The-Powder-Toy++ C:\Users\Richie\Documents\Visual Studio 2015\Projects\TCT\Build\Powder.exe 1 Build
  3. LNK4217 locally defined symbol _fprintf imported in function _ShowError The-Powder-Toy++ C:\Users\Richie\Documents\Visual Studio 2015\Projects\TCT\SDLmain.lib(SDL_win32_main.obj) 1 Build
  4. LNK2001 unresolved external symbol "public: bool __thiscall Favorite::IsFavorite(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?IsFavorite@Favorite@@QAE_NV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) The-Powder-Toy++ C:\Users\Richie\Documents\Visual Studio 2015\Projects\TCT\GameView.obj 1 Build
  5. LNK2001 unresolved external symbol "public: bool __thiscall Favorite::IsFavorite(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?IsFavorite@Favorite@@QAE_NV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) The-Powder-Toy++ C:\Users\Richie\Documents\Visual Studio 2015\Projects\TCT\ToolButton.obj 1 Build
  6. LNK2019 unresolved external symbol "public: bool __thiscall Favorite::IsFavorite(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?IsFavorite@Favorite@@QAE_NV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "public: void __thiscall GameModel::BuildFavoritesMenu(void)" (?BuildFavoritesMenu@GameModel@@QAEXXZ) The-Powder-Toy++ C:\Users\Richie\Documents\Visual Studio 2015\Projects\TCT\GameModel.obj 1 Build
  7. LNK2001 unresolved external symbol "public: class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > * __thiscall Favorite::GetFavoritesList(void)" (?GetFavoritesList@Favorite@@QAEPAV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ) The-Powder-Toy++ C:\Users\Richie\Documents\Visual Studio 2015\Projects\TCT\GameView.obj 1 Build
  8. LNK2019 unresolved external symbol "public: class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > * __thiscall Favorite::GetFavoritesList(void)" (?GetFavoritesList@Favorite@@QAEPAV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ) referenced in function "public: __thiscall GameModel::~GameModel(void)" (??1GameModel@@QAE@XZ) The-Powder-Toy++ C:\Users\Richie\Documents\Visual Studio 2015\Projects\TCT\GameModel.obj 1 Build
  9. LNK2019 unresolved external symbol "public: void __thiscall Favorite::SetFavoritesList(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >)" (?SetFavoritesList@Favorite@@QAEXV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@@Z) referenced in function "public: __thiscall GameModel::GameModel(void)" (??0GameModel@@QAE@XZ) The-Powder-Toy++ C:\Users\Richie\Documents\Visual Studio 2015\Projects\TCT\GameModel.obj 1 Build
  10. LNK2001 unresolved external symbol "public: __thiscall Favorite::Favorite(void)" (??0Favorite@@QAE@XZ) The-Powder-Toy++ C:\Users\Richie\Documents\Visual Studio 2015\Projects\TCT\GameView.obj 1 Build
  11. LNK2001 unresolved external symbol "public: __thiscall Favorite::Favorite(void)" (??0Favorite@@QAE@XZ) The-Powder-Toy++ C:\Users\Richie\Documents\Visual Studio 2015\Projects\TCT\ToolButton.obj 1 Build
  12. LNK2019 unresolved external symbol "public: __thiscall Favorite::Favorite(void)" (??0Favorite@@QAE@XZ) referenced in function "public: static class Favorite & __cdecl Singleton<class Favorite>::Ref(void)" (?Ref@?$Singleton@VFavorite@@@@SAAAVFavorite@@XZ) The-Powder-Toy++ C:\Users\Richie\Documents\Visual Studio 2015\Projects\TCT\GameModel.obj 1 Build
  13. LNK2019 unresolved external symbol __imp____iob_func referenced in function _ShowError The-Powder-Toy++ C:\Users\Richie\Documents\Visual Studio 2015\Projects\TCT\SDLmain.lib(SDL_win32_main.obj) 1 Build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement