Code: Select all
rts error LNK2019: unresolved external symbol "public: int const * __thiscall PlayerRoster::GetIndices(int *)" (?GetIndices@PlayerRoster@@QAEPBHPAH@Z) referenced in function "public: virtual bool __thiscall CGame::Draw(void)" (?Draw@CGame@@UAE_NXZ)
rts error LNK2001: unresolved external symbol "public: int const * __thiscall PlayerRoster::GetIndices(int *)" (?GetIndices@PlayerRoster@@QAEPBHPAH@Z)
rts error LNK2019: unresolved external symbol "class PlayerRoster playerRoster" (?playerRoster@@3VPlayerRoster@@A) referenced in function "public: virtual bool __thiscall CGame::Draw(void)" (?Draw@CGame@@UAE_NXZ)
rts error LNK2001: unresolved external symbol "class PlayerRoster playerRoster" (?playerRoster@@3VPlayerRoster@@A)
rts error LNK2019: unresolved external symbol "public: bool __thiscall PlayerRoster::SetSortTypeByName(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?SetSortTypeByName@PlayerRoster@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "public: __thiscall CGame::CGame(bool,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> >,class CInfoConsole *)" (??0CGame@@QAE@_NV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@1PAVCInfoConsole@@@Z)
rts error LNK2019: unresolved external symbol "public: char const * __thiscall PlayerRoster::GetSortName(void)" (?GetSortName@PlayerRoster@@QAEPBDXZ) referenced in function "public: bool __thiscall CGame::ActionPressed(struct CKeyBindings::Action const &,class CKeySet const &,bool)" (?ActionPressed@CGame@@QAE_NABUAction@CKeyBindings@@ABVCKeySet@@_N@Z)
rts error LNK2019: unresolved external symbol "public: bool __thiscall PlayerRoster::SetSortTypeByCode(enum PlayerRoster::SortType)" (?SetSortTypeByCode@PlayerRoster@@QAE_NW4SortType@1@@Z) referenced in function "public: bool __thiscall CGame::ActionPressed(struct CKeyBindings::Action const &,class CKeySet const &,bool)"
(?ActionPressed@CGame@@QAE_NABUAction@CKeyBindings@@ABVCKeySet@@_N@Z)
rts error LNK2001: unresolved external symbol "public: bool __thiscall PlayerRoster::SetSortTypeByCode(enum PlayerRoster::SortType)" (?SetSortTypeByCode@PlayerRoster@@QAE_NW4SortType@1@@Z)
rts error LNK2019: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall CClipboard::GetContents(void)const " (?GetContents@CClipboard@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) referenced in function "public: virtual int __thiscall CGame::KeyPressed(unsigned short,bool)" (?KeyPressed@CGame@@UAEHG_N@Z)
rts error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall CClipboard::GetContents(void)const " (?GetContents@CClipboard@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
rts fatal error LNK1120: 6 unresolved externals