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

Author Topic: Sfml-graphics-2.dll is MIA [SOLVED]  (Read 2986 times)

0 Members and 2 Guests are viewing this topic.

ItsTehShadow

  • Newbie
  • *
  • Posts: 5
    • View Profile
Sfml-graphics-2.dll is MIA [SOLVED]
« on: July 08, 2013, 01:45:45 pm »
*Not sure if this goes in General or Graphics*

Hi guys,

Having a bit of an issue setting up SMFL 32bit for my computer using VS 2012. I'm trying to run the project in the tutorial to test its been added correctly and it says that sfml-graphics-2.dll is missing from my computer. Now I've Googled and searched this forum and found somewhat similar issues, but with no resolution as the posts just died.

This dll didn't come with the download of smfl, so how exactly do I get the dll file and where would I add it to my system so VS can see it?

Kinda new to this so sorry if this is such a simple question  :P

Thanks
« Last Edit: July 08, 2013, 02:10:35 pm by ItsTehShadow »

c++er

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: Sfml-graphics-2.dll is MIA
« Reply #1 on: July 08, 2013, 02:05:25 pm »
"Now compile the project, and if you linked to the dynamic version of SFML, don't forget to copy the SFML DLLs (they are in <sfml-install-path/bin>) to the directory where your compiled executable is. Then run it, and if everything is ok you should see this:"

It's written in the tutorial.I had this problem too :P

ItsTehShadow

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Sfml-graphics-2.dll is MIA
« Reply #2 on: July 08, 2013, 02:09:54 pm »
"Now compile the project, and if you linked to the dynamic version of SFML, don't forget to copy the SFML DLLs (they are in <sfml-install-path/bin>) to the directory where your compiled executable is. Then run it, and if everything is ok you should see this:"

It's written in the tutorial.I had this problem too :P

Wow, I completely missed that  :-[ , thankyou so much for answering so fast  ;D

 

anything