1
General / please help!!! SFML Crash on App.Clear() and App.Display()
« on: February 17, 2011, 09:47:43 pm »
Any recent updates to your ATI drivers?
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.
Ask away! This forum is here so that we can help you
"The one who asks is a fool for 5 minutes, but the one who don't is a fool forever" - Or something like that
Quote from: "ThunderManEX"
1. I couldn't run the source file here: http://www.sfml-dev.org/tutorials/1.6/window-opengl.php.
First error I get is: | undefined reference to `glClearDepth@8'| followed by 22 more errors that say the same thing regarding gl related code there. Is there any SFML library I need to link? (currently have system, window and graphics linked).
Yes, you need to link to OpenGL. Use -lopengl32.