Compilation error ('PFNGLBLENDEQUATIONPROC' : undeclared id)
Posted: Tue Nov 01, 2005 16:11
Hi 
Im trying to compil gzdoom with ms vs.net 2k3; but i get these errors :
And i cant find any solution, i downloaded gl files from here :
http://oss.sgi.com/projects/ogl-sample/sdk.html
Anyone has an idea why i get these errors?
*edit* and because of these errors on project r_opengl, the project gzdoom wont compil

Im trying to compil gzdoom with ms vs.net 2k3; but i get these errors :
Code: Select all
Compiling...
r_opengl.cpp
r_opengl.cpp(300) : error C2065: 'PFNGLBLENDEQUATIONPROC' : undeclared identifier
r_opengl.cpp(300) : error C2146: syntax error : missing ';' before identifier 'wglGetProcAddress'
r_opengl.cpp(302) : error C2146: syntax error : missing ';' before identifier 'wglGetProcAddress'
r_opengl.cpp(302) : error C3861: 'PFNGLBLENDEQUATIONPROC': identifier not found, even with argument-dependent lookup
http://oss.sgi.com/projects/ogl-sample/sdk.html
Anyone has an idea why i get these errors?
*edit* and because of these errors on project r_opengl, the project gzdoom wont compil