Run Open-GL on C++ using DEV [URDU]

Опубликовано: 22 Май 2026
на канале: Arbab Umair
56
0

1: Download Dev C++
2: Download the files through this Link
3: Copy the following files which you have downloaded.
4: Paste glut32.dll into [C:\Windows\System32].
5: Paste glut.h into [C:\Program Files (x86)\Dev-Cpp\MinGW32\include\GL].
6: Paste libglut32.a into [C:\Program Files (x86)\Dev-Cpp\MinGW32\lib].
7: Once you copy all the above 3 files, Open Dev check your compiler, make sure it is on [MinGW GCC 4.7.2 32-bit] check the box below and add the following lines in that empty box [-lglu32 -lglut32 -lopengl32].
8: All done, Now open the OpenGL c++ file, compile and run.