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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Antoni_X

Pages: [1]
1
General / 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

Pages: [1]