Bin folder to debug folder:

I am trying to setup a Microsoft visual 2017 project - I am confuse when it says to copy all contents from "SFML" bin folder to my debug project Microsoft visual 2017 folder.
If anybody understand what I am talking about, would you please help me.

Thanks
Are you using external libraries such as SFML?
If so, did you set up correctly your linked and lib paths in settings?

if you're not using anything but C++ check this tutorial out:
https://www.visualstudio.com/fr/vs/support/hello-world-c-using-visual-studio-2017/?rr=https%3A%2F%2Fwww.google.fr%2F

Ignore the part about the hello world program. You can see the steps for making a new project.

Hope this helps,

Regards,

Hugo.
I am using SFML external libraries, I follow the steps to and link everything, since it not working right, I was wondering if I left a step out.
When you download sfml and peek inside you should find a folder named "bin".

Look in this. You will see files with names like sfml-audio-2.dll and sfml-audio-d-2.dll. These are the files you should copy and put into your project folders. The files that have a "-d" in the name go into the debug folder and the ones with out the "-d" go into the release folder.
Topic archived. No new replies allowed.