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

Pages: 1 2 [3]
31
Graphics / Antialiasing error for shapes
« on: December 27, 2008, 03:09:37 pm »
Me too, apparently.

Another question: Why do all of the sample programs crash at the end with a "pure virtual function call" error? My game seems to have developed this as well, when I added some extra sprites.

EDIT: Apparently, when I only have one sprite being drawn to the screen, I don't get the error when the app closes.

32
Window / Problem Running Windowed Programs
« on: December 26, 2008, 05:54:07 pm »
The XP system does not have Visual C++ Express installed, right? Try installing VC++ Express onto your XP machine, to see if the problem is with SFML or not.

33
Graphics / Antialiasing error for shapes
« on: December 26, 2008, 05:02:11 pm »
SFML version 1.3, on Windows Vista, using integrated Intel 945 graphics.

Maybe the integrated graphics can't handle it?

34
Graphics / Antialiasing error for shapes
« on: December 26, 2008, 03:53:29 pm »
I'd like to smooth my shape edges, but setting up the window like this:

 
Code: [Select]
sf::RenderWindow App(sf::VideoMode(800, 600, 32), "My App", Style::Close|Style::Resize, WindowSettings(32, 8, 2 ) );

Gives the error:

Failed to find a pixel format supporting antialiasing ; antialiasing will be disabled

Any other way I can do this without using a software renderer to antialias lines manually?

Pages: 1 2 [3]