cannot open input file 'libgles_cm.lib'

OGLES-1.0_WINMOB5_POCKETPC.

I have no folder "BuildsOGLESWindowsCE5ARMV4I".

So, when I compiled "TrainingCoursce", for example "HelloTriangle" I have next:

"1>LINK : fatal error LNK1181: cannot open input file 'libgles_cm.lib'"

I have only "BuildsOGLESPocketPCARMV4Lib" folder with one lib "libGLES_CL.lib".

What I can do for compile "TrainingCoursce" examples? Where I can find 'libgles_cm.lib'? There are no 'libgles_cm.lib' in SDK folder anywhere.

itmanager86 wrote:

OGLES-1.0_WINMOB5_POCKETPC.


I have no folder "BuildsOGLESWindowsCE5ARMV4I".


So, when I compiled "TrainingCoursce", for example "HelloTriangle" I have next:


"1>LINK : fatal error LNK1181: cannot open input file 'libgles_cm.lib'"


I have only "BuildsOGLESPocketPCARMV4Lib" folder with one lib "libGLES_CL.lib".



What I can do for compile "TrainingCoursce" examples? Where I can find 'libgles_cm.lib'? There are no 'libgles_cm.lib' in SDK folder anywhere.

 

Hi,

 

Sorry for the late response. To build the pocketpc SDK in visual studio you need to set the "Solution Configurations" to "CommonLite" (release or debug) instead of "Common". This will then mean you build against libGLES_CL.lib.

 

Thanks,

 

Scott

I wrote in another topic that I did it, but some much errors were!