Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
System
»
how can I get rid of the following sfml-system.lib error?
Print
Pages: [
1
]
Author
Topic: how can I get rid of the following sfml-system.lib error? (Read 12658 times)
0 Members and 2 Guests are viewing this topic.
lukemandude
Newbie
Posts: 1
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
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11030
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.
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
Print
Pages: [
1
]
SFML community forums
»
Help
»
System
»
how can I get rid of the following sfml-system.lib error?
anything