SFML community forums

Help => General => Topic started by: kutznutz on June 12, 2016, 05:38:46 pm

Title: sfml-system-d-2.dll
Post by: kutznutz 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

Title: Re: sfml-system-d-2.dll
Post by: eXpl0it3r 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.