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.


Topics - blodrav3n

Pages: [1]
1
General / struggling to setup sfml
« on: September 08, 2023, 01:34:42 pm »
I am having difficulties to setup the SFML version compiled for Visual C++ 15 (2017)-64bit.
I installed sfml, saved it in a c:\ folder with no spaces.
I created an environment variable and called
SFML_DIR with value C:\something\SFML-2.5.1, then i added %SFML_DIR%\bin to the path variable.
I tried running a project in visual studio 2022 and it appeared:
Severity Code Description Project File Line Suppression State.
Error (active) E1696 cannot open source file "SFML/Graphics.hpp" .
then I tried watching another youtube video and changed the project properties and found problems with the linker.
Linker Tools Error LNK2001

Pages: [1]
anything