How to paste the *.lib, *.h,*.dll in the directory?

I already paste the required file in my PC but i still get error when i run the program. It said “missing glut32.dll”, but my friends they dont need this file.Whyyy???

First *.lib and *.h are only needed to compile the program. If you have a prewritten .exe file, then you will only need the .dll and that .dll file needs to be ether in the directory of the exe file or in the windows/system directory so that it can be used by other programs.

if you are compiling a program

the *.h files need to be in include/GL/ directory and the *.lib in the lib/ directory.