Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Weird Linking Errors  (Read 1889 times)

0 Members and 1 Guest are viewing this topic.

Walta69

  • Newbie
  • *
  • Posts: 30
    • View Profile
Weird Linking Errors
« on: July 26, 2014, 02:53:33 pm »
So I downloaded the (Visual C++ 10 (2010) - 64 bits) version and set it up with VC2010. I know I did it correctly as I have done it countless times on VC2013.

I am able to include necessary files and see all sfml code however when I build I get linking errors :/

Example:

error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall sf::Window::display(void)" (__imp_?display@Window@sf@@QAEXXZ)

Walta69

  • Newbie
  • *
  • Posts: 30
    • View Profile
Re: Weird Linking Errors
« Reply #1 on: July 26, 2014, 02:54:23 pm »
Is there any difference between normal VC2010 and VC2010 Express? (If there is even a difference?)

Strelok

  • Full Member
  • ***
  • Posts: 139
    • View Profile
    • GitHub
Re: Re: Weird Linking Errors
« Reply #2 on: July 26, 2014, 02:56:54 pm »
Is there any difference between normal VC2010 and VC2010 Express? (If there is even a difference?)
It's the Same compiler, many IDE's features are removed in express I think
Did you follow this tutorial?
« Last Edit: July 26, 2014, 02:59:36 pm by Strelok »

Walta69

  • Newbie
  • *
  • Posts: 30
    • View Profile
Re: Weird Linking Errors
« Reply #3 on: July 26, 2014, 03:07:56 pm »
Oh wait, figured it out :) I'm using 3 other libraries as well so I must have deleted something by mistake in the process :)

 

anything