Linker problems with OpenGL
Ok. I am new to OpenGL. I include all of the header files in the tutorial. When I compile, though, I get probably more that 100 linker errors. I can''t find any .lib files. I use Dev-C++ 4.01.
They''re .a files for DevC++. The files libglu32.a and libopengl32.a can be included by putting -lglu32 and -lopengl32 in the linker options, if I remember correctly.
[Resist Windows XP''s Invasive Production Activation Technology!]
[Resist Windows XP''s Invasive Production Activation Technology!]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement