After I install glut.h and its library and dll file, do gl.h and glu.h become useless? I am asking this because when I try to compile list.c from Red Book, there was error message saying that there are error in gl.h. And it did compile only after I deleted gl.h and glu.h, and left only glut.h in the program. Thanks