Page 1 of 1

OpenglES in symbian..

PostPosted: Nov 14, 2009 @ 7:35pm
by RapchikProgrammer
Hey, here is a snap shot of my mmp file in carbide:

// Using main() as entry point
STATICLIBRARY edge.lib
STATICLIBRARY edgerender.lib
STATICLIBRARY zlib.lib
STATICLIBRARY opengl\plugin1-0.lib

// libc and euser are always needed when using main() entry point
LIBRARY euser.lib
LIBRARY apparc.lib
LIBRARY cone.lib
LIBRARY eikcore.lib
LIBRARY eikcoctl.lib
LIBRARY ws32.lib
LIBRARY efsrv.lib
LIBRARY etel.lib
LIBRARY apgrfx.lib
LIBRARY estlib.lib
LIBRARY avkon.lib
LIBRARY etel3rdparty.lib
LIBRARY fbscli.lib
LIBRARY bitgdi.lib
LIBRARY esock.lib
LIBRARY insock.lib
LIBRARY bluetooth.lib
LIBRARY btextnotifiers.lib
LIBRARY btmanclient.lib
LIBRARY sdpagent.lib
LIBRARY sdpdatabase.lib
LIBRARY hal.lib
LIBRARY ezlib.lib
LIBRARY libgles_cm.lib

I am using the gcce toolkit for the building process.. now eventhough everything seems correctly linked, all my gl functions come up as undefined.. am i not linking the correct library??

PostPosted: Nov 14, 2009 @ 11:37pm
by RapchikProgrammer
My bad just noticed only opengl es 1.0 calls were working and 1.1 calls were giving errors.. forgot that i didnt have the opengl es 1.1 plugin installed on this computer..

PostPosted: Nov 15, 2009 @ 12:05am
by RapchikProgrammer
Its working for debug builds but i cant get it to work in emulator mode.. the library files in edgelib dont come with the plugin1-0.lib file for opengl.. so how to run edgelib opengl applications in symbian emulator mode??

PostPosted: Nov 16, 2009 @ 9:25pm
by edge
Hi,

Unfortunately, no specific OpenGL library has been made for the emulator.