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

Author Topic: SFML 2.0 VS2012 cannot find sfml-graphics-2.dll  (Read 1697 times)

0 Members and 1 Guest are viewing this topic.

Gideon

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
SFML 2.0 VS2012 cannot find sfml-graphics-2.dll
« on: May 29, 2013, 06:53:48 pm »
I made a real simple game and all of a sudden I get a error after a successful build that the file "sfml-graphics-2.dll" can not be found. I tried everything to fix it, but nothing works!

Now I have a new project did exactly what the Visual Studio tutorial said. I included graphics, system and window. My SFML folder is on "C:\SFML2" so that is perfect too.

I can not find a fix, is there someone that can help me with this?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML 2.0 VS2012 cannot find sfml-graphics-2.dll
« Reply #1 on: May 29, 2013, 07:06:39 pm »
Copy the required DLL in your executable folder. It's written in the tutorial.
Laurent Gomila - SFML developer

Gideon

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: SFML 2.0 VS2012 cannot find sfml-graphics-2.dll
« Reply #2 on: May 29, 2013, 07:24:51 pm »
Damn I suck, I copied it in the project folder, not the debug folder. Thanks for reminding me!

 

anything