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

Pages: [1]
1
General / WHY do I always get these errors (setting up SFML)
« on: January 28, 2019, 07:11:47 pm »
Hi I'm new to VS 2017 and SFML and I now tried to set up SFML for the 8th time without proper results. I always get the error:
C2589   '(': illegal token on right side of '::'   NO c:\users\user\source\repos\no\sfml\include\sfml\graphics\rect.inl   81   

I followed many tutorials several times including the official tutorial at https://www.sfml-dev.org/tutorials/2.5/start-vc.php

this is everything I coded so far, so that can't be problem.

#include "stdafx.h"

#include <SFML/Graphics.hpp>
#include <SFML/Graphics.hpp>
#include <SFML/Graphics.hpp>

int main()
{

}

Its extremely frustrating and I dont know what to do anymore.
Any help would be appreciated...

Pages: [1]