ARTICLE AD BOX
I'm new to C++ and are now trying to get the SFML library working. However, whenever I try to compile my program the library is looking for a .dll that doesn't exist. It looks for a dll appended with -3 but all the .libs no longer have versions in the name. I've tried putting the .libs in the same folder as the exe but that didn't fix anything.
The exact error is "cannot open file 'sfml-window-d-3.lib' "
My linker input looks like:
sfml-window-d.lib sfml-system-d.lib sfml-graphics-d.lib sfml-network-d.lib sfml-audio-d.lib %(AdditionalDependencies)