0 Members and 2 Guests are viewing this topic.
Starting from SFML 2.2, when static linking, you will have to link all of SFML's dependencies to your project as well. This means that if you are linking sfml-window-s or sfml-window-s-d for example, you will also have to link opengl32, winmm and gdi32. Some of these dependency libraries might already be listed under "Inherited values", but adding them again yourself shouldn't cause any problems.
I tried to search how to fix it on the internet but I can't find it... I'll leave here images with the problems I have when I try to build it.
http://prnt.sc/aw1mtkIs that right? Sorry if I did a dumb mistake but I'm new into this stuff... (I keep getting the error)