help! where are the functions????

if anyone can help, what library (.lib) does one link to get glGenTextures, glBindTexture, etc?
no matter what I link with, I can’t seem to find them.

opengl32.lib
glut32.lib
glu32.lib

are the main ones…

ack! now I feel really silly…I linked to glut32.lib and glu32.lib, etc, but actually forgot to link the most important file, opengl32.lib.
thanks for the reminder.
tips his hat