are you trying to make a dll using opengl or just trying to link one if you are... under project > option in the linker space type-lopengl32 extra ones include -lglaux -lgl32 -lglu32
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't use OpenGL in a dll. All of the libraries won't link. Can anybody help me?
are you trying to make a dll using opengl or just trying to link one if you are... under project > option in the linker space type-lopengl32 extra ones include -lglaux -lgl32 -lglu32
Make a dll using opengl, it links fine as a normal project, but when I put it in DLL mode, it won't link (all gl* functions undefined.)