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

Author Topic: how can I get rid of the following sfml-system.lib error?  (Read 10224 times)

0 Members and 1 Guest are viewing this topic.

lukemandude

  • Newbie
  • *
  • Posts: 1
    • View Profile
how can I get rid of the following sfml-system.lib error?
« on: November 19, 2021, 10:01:39 pm »


I am using sfml visual c++ 15 (2017) 64 bit

I happen to have a problem wherein on visual studio 2019 I keep getting an error message..

Severity   Code   Description   Project   File   Line   Suppression State
Error   LNK1181   cannot open input file 'sfml-system.lib'   Project1   C:\Users\sketc\source\repos\Project1\Project1\LINK   1   

please help


eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: how can I get rid of the following sfml-system.lib error?
« Reply #1 on: November 20, 2021, 10:03:46 am »
If it can't open the mentioned lib file, then it either doesn't exist, the path to it is not specificed as additional library path or VS doesn't have permission to access it.

Make sure you followed the VS setup tutorial step by step.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything