1
Graphics / Re: DisplayingSprites using classes(tutorial help)
« on: April 13, 2012, 11:24:45 pm »Problem now is its telling me there is an undefined reference to sf::Image, most likely me just missing something obvious. Thanks for the helpThe undefined reference means there is a linking problem. You want to make sure you are linking the correct SFML library files in the linker options of whatever IDE you're using. Check out the Getting Started tutorials for how to set up the libs.