I am using Visual C++ 6.0 and it seems that the symbol GL_UNSIGNED_INT_8_8_8_8 is not defined. Is this because it is an old version of the libraries? It works for me under Linux but when I try to compile under VC6 it does not know this symbol. I changed it to GL_UNSIGNED_INT but this causes my code to GPF.
Robin



