Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Vs 2017 sfml error  (Read 1406 times)

0 Members and 1 Guest are viewing this topic.

minipolloxD

  • Newbie
  • *
  • Posts: 1
    • View Profile
Vs 2017 sfml error
« 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 .

fallahn

  • Sr. Member
  • ****
  • Posts: 492
  • Buns.
    • View Profile
    • Trederia
Re: Vs 2017 sfml error
« Reply #1 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.