Добавить
Уведомления

codeblocks installation with OpenGl(glut graphics)

package to download : https://drive.google.com/file/d/1UpSJc-NWnIXyOcUVIBUx91mq5A5LopWM/view Step-1 : Install CodeBlocks Application Step-2 : Copy the glut.h file and paste it into the directory "C:\ProgramFiles(x86)\CodeBlocks\MinGW\include\GL" Step-3 : Copy glut32.lib file and paste it into the directory "C:\Program Files(x86)\CodeBlocks\MinGW\lib" Step-4 : Copy the glut32.dll and paste it into the directory "C:\Windows\System32" follow the step 5 if only if codeblock won't work in your system Step-4 : Copy the glut32.dll and paste it into the directory "C:\Windows\System" In Every OpenGL Program Include the Following Header Files:- windows.h GL/glu.h GL/glut.h

12+
16 просмотров
год назад
12+
16 просмотров
год назад

package to download : https://drive.google.com/file/d/1UpSJc-NWnIXyOcUVIBUx91mq5A5LopWM/view Step-1 : Install CodeBlocks Application Step-2 : Copy the glut.h file and paste it into the directory "C:\ProgramFiles(x86)\CodeBlocks\MinGW\include\GL" Step-3 : Copy glut32.lib file and paste it into the directory "C:\Program Files(x86)\CodeBlocks\MinGW\lib" Step-4 : Copy the glut32.dll and paste it into the directory "C:\Windows\System32" follow the step 5 if only if codeblock won't work in your system Step-4 : Copy the glut32.dll and paste it into the directory "C:\Windows\System" In Every OpenGL Program Include the Following Header Files:- windows.h GL/glu.h GL/glut.h

, чтобы оставлять комментарии