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

Author Topic: Visual Studio Can't open sfml-system.lib  (Read 942 times)

0 Members and 1 Guest are viewing this topic.

Antoni_X

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Visual Studio Can't open sfml-system.lib
« on: September 23, 2020, 02:39:18 pm »
I have been trying to create a project with visual Studio, however it can't seem to open sfml-system.lib (LNK1104).

I have my project properties already sorted out
C/C++ (Additional include dictionaries)= C:\Users\Lenovo\Desktop\SFML-2.5.1\include
Linker (General( Additional library Dictionaries))= C:\Users\Lenovo\Desktop\SFML-2.5.1\lib
Linker (Input(additional dependencies))=  opengl32.lib
                                                                             sfml-system.lib
                                                                             sfml-graphics.lib
                                                                             sfml-window.lib

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10820
    • View Profile
    • development blog
    • Email
Re: Visual Studio Can't open sfml-system.lib
« Reply #1 on: September 25, 2020, 07:22:01 pm »
Is the library directory set for the correct compiler configuration (win32 vs x64 / debug vs release?

Does the mentioned file really exist?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything