Hi I posted one topic yesterday and I'm still stuck with it. The problem is surely quite easy and wont take much time for someone who knows OpenGL. I've written a very short program which opens a window and draws a rectangle.

In the settings for the project I included the following linkers:

-mwindows -lopengl32 -lglu32 -lglut

When compiled I cant execute and get the error message "OPENGLdll file is missing". I suspect the has something to do with the glut package I use since I mangaged to open in others way without glut.
I'm not sure I installed the glut package correctly, will someone help me so that I can coninue learning OpenGL!