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.


Topics - TwoOfDiamonds

Pages: [1]
1
Graphics / SFML 2.1 Bus error
« on: February 27, 2014, 04:57:48 pm »
I am using SFML 2.1 on Ubuntu 12.04 .
Anybody got this before ?



It seems like its from the SFML library rather than my game. Also the source code is from a SFML game dev book so it shouldn't have big bugs ... (though i didn't copy paste it)

2
Graphics / SFML 2 RenderWindow::capture
« on: July 27, 2012, 04:32:50 pm »
Hey everyone !
So ... I got this code :
sf::Image Screenshot ;
Screenshot = Window.capture() ;
Screenshot.saveToFile ("screenshot.jpg") ;

and for some reason it won't save my image . Can you point me in the right direction please?

Note : I'm using SFML 2 amd Code::Blocks

Pages: [1]