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

Pages: [1]
1
Window / Re: OpenGL undefined references
« on: December 20, 2012, 07:33:17 pm »
Added them , it works :) Thanks, hope I didn't bother you too much..

2
Window / Re: OpenGL undefined references
« on: December 20, 2012, 06:33:15 pm »
Yea, but I added the sfml-window and sfml-system library in the Project build options.. I do not get an error in the line where I use sf::Clock

3
Window / OpenGL undefined references
« on: December 20, 2012, 06:18:47 pm »
Hi guys, I'm going through the tutorials of this site, and am currently trying to draw a cube ><
So, when I want to compile the program,


undefined reference to glClearDepth@8

pops up as an error, and the same goes with all the OpenGL functions.. Isn't OpenGL header contained in the window.hpp ?

Pages: [1]
anything