trying to compile it for opengles1

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
akarsh
Posts: 3
Joined: Sat Jan 08, 2011 5:40 am

trying to compile it for opengles1

Post by akarsh »

i just downloaded irrlicht from
https://irrlicht.svn.sourceforge.net/sv ... hes/ogl-es

and trying to compile it for opengles1
but i an having bad time finding libs
"libgles_cm.lib"
can some one help me find this plz
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Well, you need an OpenGL-ES library for proper compilation. Just as you need the OpenGL lib or DX lib if you compile with those gfx libs. Depends on for which system you are developing, ask the OEM for an SDK.
akarsh
Posts: 3
Joined: Sat Jan 08, 2011 5:40 am

Post by akarsh »

i am trying opengles windows emulation but not able to find proper lib's can u upload the ones which ur using plz
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

No, of course not. But I can tell you that I use the PowerVR libs from Imagination.
akarsh
Posts: 3
Joined: Sat Jan 08, 2011 5:40 am

Post by akarsh »

thx for info
Post Reply