I cant use Multitexture with my OGL version (W98) HELP!

I was trying to use multitexture function and found that they are not defined. If I use glActiveTextureARB() function the compiler gives me an error. Im using W98 + VC++ 6.0.

Thanks

You have to declare that function pointer and get the address for the function using wglGetProcAddress.

The problem is not only with that function. Is with all constants and functions used for multitexture.

did you include the glext.h header file ??