Urgent dll

Hello all!!

I have a trouble with a dll.
I create a program that work in my computer… the problem is that when i want to run the program in another computer i can’t… there is a dll missing… glut32.dll

The problem is that i have to give to my teacher my program, and he don’t want to install the glut32.dll in his computer…

How can i do to make my program executable in others computer without each time load glut32.dll

Please help me…
Thank you

You can’t, its a vital File needed to run your program, either consider not using GLUT or distribute the DLL with you program…

Did you read my previous message???

Well, you do not have to install anything… You simply place a copy of the dll in the folder where the executable is…
That is it, no installation required…