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 - vsehgal1

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

2
General / Re: Graphics.hpp Link error
« on: January 09, 2018, 11:50:54 pm »
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?

The compiler is 32bit. So should I change the platform to Activ(Win32)?

3
General / Re: Graphics.hpp Link error
« on: January 09, 2018, 07:40:31 pm »
Your image says you've configured for the x64 Platform, are you building for x64, or x86/Win32?

x64. My system is 64 bit

4
General / Re: Graphics.hpp Link error
« on: January 09, 2018, 08:19:20 am »
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>

Tried that, still ain't working.

5
General / Re: Graphics.hpp Link error
« on: January 09, 2018, 07:30:42 am »
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

Sorry about that! Try now?

6
General / Graphics.hpp Link error
« on: January 09, 2018, 07:02:04 am »
Error - "Cannot open source file "SFML/Graphics.hpp""

I'm really sorry if this question is repetitive but I've tried everything and I'm not able to find a fix. I'm using SFML 2.4.2 and Visual Studio Community 2017 ver 15.5.2

I've followed the instructions given here https://www.sfml-dev.org/tutorials/2.0/start-vc.php step by step and have cross checked it quite a few times but I still am not able to figure out whats wrong.  :'(

Screenshot - https://imgur.com/a/pZNl6

Pages: [1]