Hey there,
I recently moved from SFML-1.6 to SFML-2.1, and have encountered error 2001. The full error is:
1>VisibleGameObject.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall VisibleGameObject::Draw(class sf::RenderWindow &)" (?Draw@VisibleGameObject@@UAEXAAVRenderWindow@sf@@@Z)
1>VisibleGameObject.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall VisibleGameObject::SetPosition(float,float)" (?SetPosition@VisibleGameObject@@UAEXMM@Z)
I have never encountered this error before, and after much Google-ing, I have found nothing to resolve it. Thus I came here to see if the SFML community is able to help.
Thanks in advance,
-TacoSniper-