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 - Barba Bouz

Pages: [1]
1
Graphics / Re: error 'sf' has not been declared
« on: November 04, 2012, 02:47:50 am »
oh damn....many thanks mate...you can freely bash me. :-[

2
Graphics / Re: error 'sf' has not been declared
« on: November 04, 2012, 02:42:30 am »
Everything is in .h not .hpp on my install at least. The library works though.

3
Graphics / error 'sf' has not been declared
« on: November 04, 2012, 02:34:08 am »
The main.cpp file

#include <SFML/Graphics.h>

int main(){

sf::RenderWindow Screen(sf::VideoMode(800,600,32)"Title");
Screen.Display();
system("pause");
return 0;
}

The linkers

-lsfml-window

Its my first program in SFML. I d really like to use SFML if I set it up correctly. Can you please help I d really appreciate it. Thanks.

Pages: [1]
anything