any body help me in open gl programming

i’ m new in opengl i have problem in my program which the error is Cannot open include file: ‘GL/glui.h’: can any body help me …

glui.h

Have you looked for this? You probably shouldn’t have the “i” there, just replace with glu.h

actually my program need the user interface of opengl library which need the glui library

Well, it cannot find the glui.h file, if you have installed it, make sure you have setup the path to it correct, as you use gl/glui.h you need to have the include path set to a directory that has a gl subdirectory with the glui.h file in it.

It depends on you compiler on how to do this.

Mikael