Languages

Menu
Sites
Language
OpenGL ES Linkage Error

I'm trying yo make an OpenGl ES 1.1 project in Tizen SDK. The thing is I don't whant to use the  #include <FGraphicsOpengl.h> from Tizen. 

I want to use the the gl.h and glext.h from Khronos site. 

My sources compile just fine, but at the Link stage I get an error like this:

xxxlib220.o: In function `~PDGL':
Debug-Tizen-Emulator/../src2/PDGL.cpp:568: undefined reference to `glDeleteTextures'

What could be the cause ?

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
muditha murthy
Try including #include , this is an extention library and helps loading OpenGl extensions.