Hey, Im back!

I tested the tutorial 7 from the link you gave.
The issues I had with Glaux are obviously gone, but I still get the same problem as before, at the line
Code:
glTexImage2D( GL_TEXTURE_2D, 0, 3, TextureImage.x,
                  TextureImage.h, 0, GL_BGR,
                  GL_UNSIGNED_BYTE, TextureImage.pixels );
I get the error message
Code:
lesson7.pas(136,53) Error: Illegal qualifier
lesson7.pas(136,53) Hint: may be pointer dereference is missing
How do I 'derefrence' :evil: :cry:

Thanks again