1
General / Re: Visual Studio 2017 and SFML 2.5.0
« on: May 21, 2018, 05:11:22 am »
The SFML_STATIC is here. SFML_STATIC tells Visual Studio you should have resources for the static version. You're not linking statically, you're linking dynamically and have the dynamic resources available. Get rid of SFML_STATIC.
Make sure you do this for all build configurations.
Make sure you do this for all build configurations.