How to, Uncategorized

How to run OpenGL programs in windows using Dev c++

hello friends if your are finding the way to run the OpenGL programs in windows then you are at the right place. Here im using Dev c++ to run the programs what you have to do just download the Dev c++  and the openGL files from link given below

Follow this steps

installation of openGL in win 64/32 bit

1.download install devc++ 5.4.1

2.download glutming.zip

3.unzip it and put put the follwoing files to shown directory
4.copy glut.h to C:\Program Files (x86)\Dev-Cpp\MinGW32\include\GL

5. copy libglut32.a to C:\Program Files (x86)\Dev-Cpp\MinGW32\lib

6.glut32.dll to C:\Windows\SysWOW64

 

Leave a comment