Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Error Message: variable 'vtable for sf::Sprite' can't be  (Read 1783 times)

0 Members and 1 Guest are viewing this topic.

adventurefan

  • Newbie
  • *
  • Posts: 2
    • View Profile
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.