I am trying to build my project so that I do not need the DLLs in release mode.
(debug mode is using the DLLs and works)
Preprocessor: SFML_STATIC;_MBCS;%(PreprocessorDefinitions)
Additional Dependencies: sfml-graphics-s.lib
sfml-window-s.lib
sfml-system-s.lib
opengl32.lib
freetype.lib
jpeg.lib
winmm.lib
gdi32.lib
I get a bunch of errors but they are the following two types
Error LNK2038 mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease'
Error LNK2001 unresolved external symbol ___iob_func