opengl
nihil is free
Keep coming back, because it's worth it, if you work it, so work it, you're worth it!
You probably do have it. If you are trying to compile and it is giving you errors (such as ''undefined reference to glSomeFunction''), you probably just didn''t link to the library. In GCC (which comes with Dev-C++) you can add
-lopengl32 -lglu32
to the linker options. I don''t have MSVC so if you''re using it you''ll have to ask some else here on how to link to it.
Chess is played by three people. Two people play the game; the third provides moral support for the pawns. The object of the game is to kill your opponent by flinging captured pieces at his head. Since the only piece that can be killed is a pawn, the two armies agree to meet in a pawn-infested area (or even a pawn shop) and kill as many pawns as possible in the crossfire. If the game goes on for an hour, one player may legally attempt to gouge out the other player's eyes with his King.
if you''ve got a working driver, you''ve got OpenGL. you can easily check it by looking if the file (WindowsPath)\System\OpenGL32.dll or /usr/lib/libGL.so exists.
you MUST instruct your compiler(/linker) to link with the GL-libs, like smart_idiot said.
you MUST instruct your compiler(/linker) to link with the GL-libs, like smart_idiot said.
our new version has many new and good features. sadly, the good ones are not new and the new ones are not good
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement