1
General / Re: Graphics.hpp Link error
« on: January 10, 2018, 12:26:49 am »Well you configurations obviously have to be made for the compiler you're using.Oh shit thanks a lot it worked!!
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.
Well you configurations obviously have to be made for the compiler you're using.Oh shit thanks a lot it worked!!
Whether your system is 64 bit or not has nothing to do whether you selected the x64 compiler or the Win32/x86 compiler, so did you?
Your image says you've configured for the x64 Platform, are you building for x64, or x86/Win32?
As shown in the tutorial it should just be the include directory without the SFML directory, as you specify that at include.
<Path to SFML root>\include
#include <SFML/Graphics hpp>
Screenshot doesn't exist.
If it can't find the header, it either doesn't exist in the specuified include directory or you didn't add the include directory to the Additional Include Directories