I downloaded and install PCEmulation SDK for OGLES2 and try to run demos in Binaries folder. It happens that I get error that application has failed to start because libGLESv2.dll was not found.
This happen when I build .sln files too. Where I get libGLESv2.dll? Should this be installed already?
thank you
The dll file can be found under BuildsOGLES2WindowsPCLib in the SDK.
It comes from PVRVFrame which can also be downloaded from the Utilities page.
Ken2008-03-13 15:08:46
You can copy the libGLESv2.dll into each demo directory, or you can copy it into your machines system folder C:Windowssystem32
If you don’t have the write permissions to C:Windowssystem32 or you just don’t want to put it there you can also add the path to the library to the PATH environment variable.
Do it like this:
Right click on My Computer -> Properties -> Advanced -> Environment Variables -> double click on PATH and add your new path to the existing ones.
Peter
Just a little note in case anyone is using AMDs Emulator along with PowerVR, the ligEGL.dll will break AMD code. So you will have to copy the AMD "player" files (libEGL.dll and libGLESv2x.dll) locally for the AMD code to run. This way you can run both platforms without problems.
DDd2008-04-27 02:32:16
thanks for this tip
I noticed I had precision and variable type the wrong way and changed that
(it still worked in the emulator though). I also levitra online removed the precision
values from all attributes. But I still get the same error. This is very weird, it
seams like the shader code is not recognized on the Nokie device at all..
Jane Dale2011-07-25 07:23:28