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

Pages: 1 ... 29 30 [31]
451
General discussions / OpenGL linking errors
« on: August 18, 2010, 06:40:00 pm »
Ah ok thank you very much. I just added a -lopengl32 and it worked. Thanks again!

452
General discussions / OpenGL linking errors
« on: August 17, 2010, 03:24:33 pm »
sweet thanks for the fast reply!
im using windows so i need to use opengl32. what directory is the library in? i could find it. should i just add it to the environment settings like the other libs? what is the linker flag?
haha thanks in advance!

453
General discussions / OpenGL linking errors
« on: August 17, 2010, 11:31:29 am »
Hey guys,
i am new to SFML and so far i found it awesome! But now i got a little problem. I'm trying to make a little game and it all worked pretty well. Then i tried to add some animations. So i used these animation classes of the wiki. After adding the pausableclock.hpp it compiled, but then i got a bunch of linking errors such as:  undefined reference to glbegin@4. They all point to some OpenGl functions. So my question is can anybody tell me how to link that? According to the tutorial a simple adding of the window library should do it. Some how it doesnt work so. i linked my libraries like that:
-lsfml-graphics-d
-lsfml-audio-d
-lsfml-window-d
-lsfml-system-d

So can somebody please help me?

Pages: 1 ... 29 30 [31]
anything