want Opengl ES files for visualc win32

Problems building or running the engine, queries about how to use features etc.
Post Reply
TaeHyungKim
Kobold
Posts: 31
Joined: Thu Jun 03, 2010 4:03 pm
Location: Korea

want Opengl ES files for visualc win32

Post by TaeHyungKim »

hi,
I tried to compile ogre that using rendersystem opengl-es and visualc.
my question is where i get GLES header and library files currently using at orgre 1.7 version?
I want file like ogre-dependencies.zip...
thanks
Last edited by TaeHyungKim on Fri Aug 13, 2010 11:33 pm, edited 1 time in total.
User avatar
kjuanlu
Greenskin
Posts: 113
Joined: Fri Jul 31, 2009 2:27 pm
Location: Spain

Re: Opengl ES problem at visualc win32

Post by kjuanlu »

The header file is RenderSystems/GLES/include, and the library, if you set up the flag with cmake, should be in the same directory as the others.
Ogre-iPhone user.
TaeHyungKim
Kobold
Posts: 31
Joined: Thu Jun 03, 2010 4:03 pm
Location: Korea

Re: want Opengl ES files for visualc win32

Post by TaeHyungKim »

http://www.imgtec.com/PowerVR/insider/s ... asp#GLES1b

i have succeeded compile by download that sdk and install files to ogre/dependencies
thanks
Post Reply