I'm using the CVS Mesa compiled with VC++ 6 with the mesafx driver.
I successfully compiled mesa (last week version) after updating the
makefiles and modifyng some
files (some APIENTRY decoration transformed to GLAPIENTRY)
Now I can't get wglGetProcAdress to work with *EXT functions (speciffically
*LockArraysEXT).
It works well with the new opengl ICD from 3dfx that has just been
released. I noticed the ICD exports none of
*EXT functions in the DLL while Mesa does. So if I want access to the *EXT
functions in 3dfx's ICD I MUST use
wglGetProcAdress, but for some reason it doesn't works it returns a null
pointer with Mesa.
What I'm doing wrong ?
_______________________________________________
Mesa-dev maillist - [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev