Guest User

Powdertoy Compile Error

a guest
Feb 27th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.88 KB | None | 0 0
  1. 1>  Generating Code...
  2. 1>ElementClasses.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall Element_TEST::~Element_TEST(void)" (??1Element_TEST@@UAE@XZ) referenced in function "class std::vector<class Element,class std::allocator<class Element> > __cdecl GetElements(void)" (?GetElements@@YA?AV?$vector@VElement@@V?$allocator@VElement@@@std@@@std@@XZ)
  3. 1>ElementClasses.obj : error LNK2019: unresolved external symbol "public: __thiscall Element_TEST::Element_TEST(void)" (??0Element_TEST@@QAE@XZ) referenced in function "class std::vector<class Element,class std::allocator<class Element> > __cdecl GetElements(void)" (?GetElements@@YA?AV?$vector@VElement@@V?$allocator@VElement@@@std@@@std@@XZ)
  4. 1>C:\The-Powder-Toy-Source\Build\TheElementToy.exe : fatal error LNK1120: 2 unresolved externals
  5. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment