Thanks,

Finally, I found correct OpenGL32.dll, GLU32.dll, glut.pas,
I can compile whole BOX.dpr project without any problems...
BUT, program itself, doesn't work..there is :

glutInit(MS_LIB);
glutInitDisplayMode(GLUT_DOUBLE or GLUT_RGBA or GLUT_DEPTH);
....

and glutInit(MS_LIB) returns false...so program jump to error...

do you know why ?
thanks