SFML community forums

Help => Window => Topic started by: minipolloxD on March 17, 2018, 04:26:23 pm

Title: Vs 2017 sfml error
Post by: minipolloxD on March 17, 2018, 04:26:23 pm
hi can you please help me, i started using sfml on c++ today , and i followed correctly the tutorial , but when i compiled the program it said the following error : "impossible to open 'sfml-windows.lib' "; i searched for sfml-windows.lib and it doesn't exist, only sfml-window.lib exists and i don't know how to resolve this .
Title: Re: Vs 2017 sfml error
Post by: fallahn on March 17, 2018, 06:42:01 pm
It sounds like when you set up the project you accidentally typed 'sfml-windows.lib' in your project settings, instead of 'sfml-window.lib', so double check that.