Advertisement
Guest User

some error

a guest
May 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.20 KB | None | 0 0
  1. Error   10  error LNK1120: 7 unresolved externals   C:\Users\FachriFadillah\Documents\Visual Studio 2012\Projects\SFML-Game1\Debug\Game-RunNGun.exe Game-RunNGun
  2. Error   6   error LNK2019: unresolved external symbol "public: __thiscall AnimatedSprite::AnimatedSprite(class sf::Time,bool,bool)" (??0AnimatedSprite@@QAE@VTime@sf@@_N1@Z) referenced in function _main   C:\Users\FachriFadillah\Documents\Visual Studio 2012\Projects\SFML-Game1\SFML-Game1\main.obj    Game-RunNGun
  3. Error   3   error LNK2019: unresolved external symbol "public: __thiscall Animation::Animation(void)" (??0Animation@@QAE@XZ) referenced in function _main   C:\Users\FachriFadillah\Documents\Visual Studio 2012\Projects\SFML-Game1\SFML-Game1\main.obj    Game-RunNGun
  4. Error   9   error LNK2019: unresolved external symbol "public: class sf::Rect<float> __thiscall AnimatedSprite::getGlobalBounds(void)const " (?getGlobalBounds@AnimatedSprite@@QBE?AV?$Rect@M@sf@@XZ) referenced in function _main  C:\Users\FachriFadillah\Documents\Visual Studio 2012\Projects\SFML-Game1\SFML-Game1\main.obj    Game-RunNGun
  5. Error   8   error LNK2019: unresolved external symbol "public: void __thiscall AnimatedSprite::play(void)" (?play@AnimatedSprite@@QAEXXZ) referenced in function _main  C:\Users\FachriFadillah\Documents\Visual Studio 2012\Projects\SFML-Game1\SFML-Game1\main.obj    Game-RunNGun
  6. Error   7   error LNK2019: unresolved external symbol "public: void __thiscall AnimatedSprite::setAnimation(class Animation const &)" (?setAnimation@AnimatedSprite@@QAEXABVAnimation@@@Z) referenced in function _main C:\Users\FachriFadillah\Documents\Visual Studio 2012\Projects\SFML-Game1\SFML-Game1\main.obj    Game-RunNGun
  7. Error   4   error LNK2019: unresolved external symbol "public: void __thiscall Animation::addFrame(class sf::Rect<int>)" (?addFrame@Animation@@QAEXV?$Rect@H@sf@@@Z) referenced in function _main   C:\Users\FachriFadillah\Documents\Visual Studio 2012\Projects\SFML-Game1\SFML-Game1\main.obj    Game-RunNGun
  8. Error   5   error LNK2019: unresolved external symbol "public: void __thiscall Animation::setSpriteSheet(class sf::Texture const &)" (?setSpriteSheet@Animation@@QAEXABVTexture@sf@@@Z) referenced in function _main    C:\Users\FachriFadillah\Documents\Visual Studio 2012\Projects\SFML-Game1\SFML-Game1\main.obj    Game-RunNGun
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement