SetPixelFormat

I am trying to render a string of GLUT bitmap characters using the glutBitmapCharacter routine. Everytime I try to execute the program I get an “Entry point not found error” that says “The procedure entry point SetPixelFormat could not be located in the dynamic link library opengl.dll”

I have tried reinstalling the opengl dlls and am sure that the code of the program is fine.