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

Author Topic: sfml-system-d-2.dll  (Read 2967 times)

0 Members and 1 Guest are viewing this topic.

kutznutz

  • Newbie
  • *
  • Posts: 1
    • View Profile
sfml-system-d-2.dll
« on: June 12, 2016, 05:38:46 pm »
I am trying to setup SFML with visual studio following the tutorial on the SFML site. After following the instructions, I tried to run the green circle program at the bottom of the instructions and got a system error saying that there the "sfml-system-d-2.dll" did not exist. I looked in the lib folder from my SFML download (2.3.2) and did not see this file. Should this file be there or could the problem be elsewhere?

Sent from my Nexus 5X using Tapatalk


eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10845
    • View Profile
    • development blog
    • Email
Re: sfml-system-d-2.dll
« Reply #1 on: June 12, 2016, 05:50:04 pm »
From the tutorial:

Quote
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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything