SFML community forums

Help => General => Topic started by: Antoni_X on September 23, 2020, 02:39:18 pm

Title: Visual Studio Can't open sfml-system.lib
Post by: Antoni_X 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
Title: Re: Visual Studio Can't open sfml-system.lib
Post by: eXpl0it3r 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?