where is glActiveTextureARB()

What .h and lib files contain glActiveTextureARB()?
Any reply will be appreciated

You have to include ‘glext.h’. You have to check if your OGL version is 1.2, else you have to use wglGetProcAddress() to get the address of the function. Ask if you dont know how to do this…