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

Pages: [1]
1
General / Re: SFML got stuck at running
« on: June 03, 2012, 02:57:55 pm »
Yep, I just figured it out after a long reading here at the Window setcion..
Any news about it? I can't move to 2.0 because I already started my game with 1.6 on my laptop...
Is there any temporary fix??

2
General / SFML got stuck at running
« on: June 03, 2012, 12:05:51 am »
Hi, im using visual studio 2008 c++ with SFML and when I installed it today on my new cpu when I run some programs (which use sf::renderwindow for e.g) the console get opened but stuck (with the bilnking underscore)..
The wierd thing is that the simple example here on the site (with sf::Clock) is working...
to clear things, everything compiles well....

3
Graphics / Compile error: identifier 'Rectangle'
« on: March 17, 2012, 01:28:05 am »
Hi,
I'm having problem compiling any of the shapes from sf::Shape...
when I try to compile the following line:

sf::Shape * _shape = new sf::Shape::Rectangle(v1, v2, sf::Color(0,0,0,255), 0, sf::Color(0,0,0,255));

the compiler (VS2008) says: error C2061: syntax error : identifier 'Rectangle'
I also included:
#pragma comment(lib,"sfml-window-d")
#pragma comment(lib,"sfml-system-d")
#pragma comment(lib,"sfml-main-d")
#pragma comment(lib,"sfml-graphics-d")
#include <SFML/Graphics.hpp>
#include <SFML/Graphics/Shape.hpp>

Any ideas?
Thanks.

Pages: [1]