-
Автор темы
- #1
Помогите фиксануть:
Искал всё что связанно с этим "std::vector<std::string,std::allocator<_Ty>>" но всё четно.
А если сделать так:
то ошибка пропадает,но появляется эти:
Ну и Render::Text нужно фиксить ,только вот как?
Мой VK(Кликабельно) если не в падлу помогите,буду рад)
Искал всё что связанно с этим "std::vector<std::string,std::allocator<_Ty>>" но всё четно.
А если сделать так:
то ошибка пропадает,но появляется эти:
dow.cpp
1> Создается библиотека C:\Users\Cilectiy\Desktop\isxodu\skeet.cc\Release\AYYWARE CSGO.lib и объект C:\Users\Cilectiy\Desktop\isxodu\skeet.cc\Release\AYYWARE CSGO.exp
1>Controls.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: void __thiscall CControl::SetPosition(int,int)" (?SetPosition@CControl@@QAEXHH@Z) в функции "public: void __thiscall CGroupBox::PlaceCheckBox(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class CTab *,class CControl *)" (?PlaceCheckBox@CGroupBox@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVCTab@@PAVCControl@@@Z)
1>Menu.obj : error LNK2001: неразрешенный внешний символ ""public: void __thiscall CControl::SetPosition(int,int)" (?SetPosition@CControl@@QAEXHH@Z)"
1>Controls.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: void __thiscall CControl::SetSize(int,int)" (?SetSize@CControl@@QAEXHH@Z) в функции "public: void __thiscall CGroupBox::PlaceCheckBox(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class CTab *,class CControl *)" (?PlaceCheckBox@CGroupBox@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVCTab@@PAVCControl@@@Z)
1>Menu.obj : error LNK2001: неразрешенный внешний символ ""public: void __thiscall CControl::SetSize(int,int)" (?SetSize@CControl@@QAEXHH@Z)"
1>Controls.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: void __thiscall CControl::GetSize(int &,int &)" (?GetSize@CControl@@QAEXAAH0@Z) в функции "public: void __thiscall CGroupBox::PlaceCheckBox(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class CTab *,class CControl *)" (?PlaceCheckBox@CGroupBox@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVCTab@@PAVCControl@@@Z)
1>Controls.obj : error LNK2019: ссылка на неразрешенный внешний символ "protected: struct tagPOINT __thiscall CControl::GetAbsolutePos(void)" (?GetAbsolutePos@CControl@@IAE?AUtagPOINT@@XZ) в функции "protected: virtual void __thiscall CButton::Draw(bool)" (?Draw@CButton@@MAEX_N@Z)
1>GUI.obj : error LNK2001: неразрешенный внешний символ ""protected: struct tagPOINT __thiscall CControl::GetAbsolutePos(void)" (?GetAbsolutePos@CControl@@IAE?AUtagPOINT@@XZ)"
1>Controls.obj : error LNK2001: неразрешенный внешний символ ""protected: virtual void __thiscall CListBox::OnUpdate(void)" (?OnUpdate@CListBox@@MAEXXZ)"
1>GUI.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: bool __thiscall CControl::Flag(int)" (?Flag@CControl@@QAE_NH@Z) в функции "public: bool __thiscall CGUI::DrawWindow(class CWindow *,int)" (?DrawWindow@CGUI@@QAE_NPAVCWindow@@H@Z)
1>Menu.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: void __thiscall CControl::SetFileId(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?SetFileId@CControl@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) в функции "public: void __thiscall AyyWareWindow::Setup(void)" (?Setup@AyyWareWindow@@QAEXXZ)
1>C:\Users\Cilectiy\Desktop\isxodu\skeet.cc\Release\AYYWARE CSGO.dll : fatal error LNK1120: неразрешенных внешних элементов: 7
1>Сборка проекта "AYYWARE CSGO.vcxproj" завершена с ошибкой.
1> Создается библиотека C:\Users\Cilectiy\Desktop\isxodu\skeet.cc\Release\AYYWARE CSGO.lib и объект C:\Users\Cilectiy\Desktop\isxodu\skeet.cc\Release\AYYWARE CSGO.exp
1>Controls.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: void __thiscall CControl::SetPosition(int,int)" (?SetPosition@CControl@@QAEXHH@Z) в функции "public: void __thiscall CGroupBox::PlaceCheckBox(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class CTab *,class CControl *)" (?PlaceCheckBox@CGroupBox@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVCTab@@PAVCControl@@@Z)
1>Menu.obj : error LNK2001: неразрешенный внешний символ ""public: void __thiscall CControl::SetPosition(int,int)" (?SetPosition@CControl@@QAEXHH@Z)"
1>Controls.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: void __thiscall CControl::SetSize(int,int)" (?SetSize@CControl@@QAEXHH@Z) в функции "public: void __thiscall CGroupBox::PlaceCheckBox(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class CTab *,class CControl *)" (?PlaceCheckBox@CGroupBox@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVCTab@@PAVCControl@@@Z)
1>Menu.obj : error LNK2001: неразрешенный внешний символ ""public: void __thiscall CControl::SetSize(int,int)" (?SetSize@CControl@@QAEXHH@Z)"
1>Controls.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: void __thiscall CControl::GetSize(int &,int &)" (?GetSize@CControl@@QAEXAAH0@Z) в функции "public: void __thiscall CGroupBox::PlaceCheckBox(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class CTab *,class CControl *)" (?PlaceCheckBox@CGroupBox@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVCTab@@PAVCControl@@@Z)
1>Controls.obj : error LNK2019: ссылка на неразрешенный внешний символ "protected: struct tagPOINT __thiscall CControl::GetAbsolutePos(void)" (?GetAbsolutePos@CControl@@IAE?AUtagPOINT@@XZ) в функции "protected: virtual void __thiscall CButton::Draw(bool)" (?Draw@CButton@@MAEX_N@Z)
1>GUI.obj : error LNK2001: неразрешенный внешний символ ""protected: struct tagPOINT __thiscall CControl::GetAbsolutePos(void)" (?GetAbsolutePos@CControl@@IAE?AUtagPOINT@@XZ)"
1>Controls.obj : error LNK2001: неразрешенный внешний символ ""protected: virtual void __thiscall CListBox::OnUpdate(void)" (?OnUpdate@CListBox@@MAEXXZ)"
1>GUI.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: bool __thiscall CControl::Flag(int)" (?Flag@CControl@@QAE_NH@Z) в функции "public: bool __thiscall CGUI::DrawWindow(class CWindow *,int)" (?DrawWindow@CGUI@@QAE_NPAVCWindow@@H@Z)
1>Menu.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: void __thiscall CControl::SetFileId(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?SetFileId@CControl@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) в функции "public: void __thiscall AyyWareWindow::Setup(void)" (?Setup@AyyWareWindow@@QAEXXZ)
1>C:\Users\Cilectiy\Desktop\isxodu\skeet.cc\Release\AYYWARE CSGO.dll : fatal error LNK1120: неразрешенных внешних элементов: 7
1>Сборка проекта "AYYWARE CSGO.vcxproj" завершена с ошибкой.
Мой VK(Кликабельно) если не в падлу помогите,буду рад)