Advertisement
Guest User

error powder toy

a guest
Jun 6th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Severity Code Description Project File Line Suppression State
  2. Error LNK1120 2 unresolved externals powder toy C:\Users\suzukn\Documents\Personal\programming\C++\The-Powder-Toy-master\Build\powder toy.exe 1
  3. Warning LNK4075 ignoring '/INCREMENTAL' due to '/OPT:ICF' specification powder toy C:\Users\suzukn\Documents\Personal\programming\C++\The-Powder-Toy-master\LINK 1
  4. Error LNK2001 unresolved external symbol "class std::vector<class Element,class std::allocator<class Element> > __cdecl GetElements(void)" (?GetElements@@YA?AV?$vector@VElement@@V?$allocator@VElement@@@std@@@std@@XZ) powder toy C:\Users\suzukn\Documents\Personal\programming\C++\The-Powder-Toy-master\LuaScriptInterface.obj 1
  5. Error LNK2001 unresolved external symbol "class std::vector<class Element,class std::allocator<class Element> > __cdecl GetElements(void)" (?GetElements@@YA?AV?$vector@VElement@@V?$allocator@VElement@@@std@@@std@@XZ) powder toy C:\Users\suzukn\Documents\Personal\programming\C++\The-Powder-Toy-master\Simulation.obj 1
  6. Error LNK2019 unresolved external symbol "class std::vector<class Element,class std::allocator<class Element> > __cdecl GetElements(void)" (?GetElements@@YA?AV?$vector@VElement@@V?$allocator@VElement@@@std@@@std@@XZ) referenced in function "private: void __thiscall GameSave::readPSv(char *,int)" (?readPSv@GameSave@@AAEXPADH@Z) powder toy C:\Users\suzukn\Documents\Personal\programming\C++\The-Powder-Toy-master\GameSave.obj 1
  7. Error LNK2019 unresolved external symbol "class std::vector<class SimTool *,class std::allocator<class SimTool *> > __cdecl GetTools(void)" (?GetTools@@YA?AV?$vector@PAVSimTool@@V?$allocator@PAVSimTool@@@std@@@std@@XZ) referenced in function "public: __thiscall Simulation::Simulation(void)" (??0Simulation@@QAE@XZ) powder toy C:\Users\suzukn\Documents\Personal\programming\C++\The-Powder-Toy-master\Simulation.obj 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement