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

Pages: [1]
1
General / System Requirements of a Finished Game
« on: June 29, 2010, 05:18:50 am »
I am just wondering what the system requirements would be for a finished game in SFML, that does not use opengl, and excluding variable things like color depth. (windows)

2
General / Error Message: variable 'vtable for sf::Sprite' can't be
« on: May 25, 2010, 12:25:31 am »
"variable 'vtable for sf::Sprite' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details. "

My code is a simple program that runs a RenderWindow, and cretes an Image.
I get this error message when I compile my code. My code ran fine until I started creating a sprite from the Image. I use Dev-C++ IDE with MinGW as compiler.

Pages: [1]