OpenGl Es sample problem | developer.brewmp.com OpenGl Es sample problem | developer.brewmp.com

Developer

OpenGl Es sample problem

Forums:

Hi folks,

I've got some errors about

GL_API void GL_APIENTRY glEnable(GLenum cap)
{
IGL_glEnable(GPIGL,cap);

// GL.c

the sample code from BREW ( ogles_demo_0x ). I believe I already complete all the setting after I install SDK v3.1.4 .
One thread has similar problem as me --> [URL=http://brewforums.qualcomm.com/showthread.php?t=9526&highlight=opengl]
, I also tried put the GL.c into the same place instead of add it directly from the BREW folder into workspace, this didn't work as well.

Anyone can give me any suggestions :(

Thanks.