Coder Social home page Coder Social logo

stammen / angleproject Goto Github PK

View Code? Open in Web Editor NEW
44.0 18.0 14.0 11.92 MB

Angle Project (https://code.google.com/p/angleproject/) with support for Windows Store Apps (WinRT)

License: Other

Python 0.19% C 10.01% C++ 89.63% Objective-C 0.01% Shell 0.16%

angleproject's Introduction

Please note that WinRT and WP8 Angle development and support has moved to: https://github.com/MSOpenTech/angle

Angle

WinRT (Windows 8.0 and 8.1) and Windows Phone 8.0 contributions by Dale Stammen (https://github.com/stammen) and Steven Chith (https://github.com/steven-chith)

Angle Project (https://code.google.com/p/angleproject/) with support for Windows Store Apps (WinRT) and Windows Phone Apps (WP8). This version supports developing Windows Store Apps using Visual Studio 2013 and Windows 8.1. It is also possbile to develop a Windows Store App using Visual Studio 2012 and Windows 8.0 but this version will not be accepted in the Windows App Store.

This version adds support for Windows Phone 8.0 and Windows 8.0 WinRT Store Apps using precompiled shaders. For sample code, see samples/RotatingCube

  • samples/RotatingCube/RotatingCubeWinRT is a Windows 8.0 Store App in C++
  • samples/RotatingCube/RotatingCubeWinRTXaml is a Windows 8.0 Store App in XAML/C++
  • samples/RotatingCube/RotatingCubeWP8 is a Windows Phone 8.0 App in C++
  • samples/RotatingCube/RotatingCubeWP8Xaml is a Windows Phone 8.0 App in Xaml/C++

Please note that you must precompile shaders for Windows 8.0 Store (WinRT) and Windows Phone 8.0 apps. There is a shader compiler for these versions in src/winrtcompiler. Please see the README file for usage.

For WinRT Apps, the prefered platform is now Windows 8.1 with Visual Studio 2013. The Windows 8.1 versions do not require the shaders to be precompiled as runtime shader compilation is now supported. Please see the following samples:

  • samples/RotatingCube/RotatingCubeWinRT_2013 is a Windows 8.1 Store App in C++
  • samples/RotatingCube/RotatingCubeWinRTXaml_2013 is a Windows 8.1 Store App in XAML/C++

ANGLE

The goal of ANGLE is to allow Windows users to seamlessly run WebGL and other OpenGL ES 2.0 content by translating OpenGL ES 2.0 API calls to DirectX 9 or DirectX 11 API calls.

ANGLE is a conformant implementation of the OpenGL ES 2.0 specification that is hardware‐accelerated via Direct3D. ANGLE v1.0.772 was certified compliant by passing the ES 2.0.3 conformance tests in October 2011. ANGLE also provides an implementation of the EGL 1.4 specification.

ANGLE is used as the default WebGL backend for both Google Chrome and Mozilla Firefox on Windows platforms. Chrome uses ANGLE for all graphics rendering on Windows, including the accelerated Canvas2D implementation and the Native Client sandbox environment.

Portions of the ANGLE shader compiler are used as a shader validator and translator by WebGL imp38lementations across multiple platforms. It is used on Mac OS X, Linux, and in mobile variants of the browsers. Having one shader validator helps to ensure that a consistent set of GLSL ES shaders are accepted across browsers and platforms. The shader translator can be used to translate shaders to other shading languages, and to optionally apply shader modifications to work around bugs or quirks in the native graphics drivers. The translator targets Desktop GLSL, Direct3D

angleproject's People

Contributors

sandeepss avatar shannonwoods avatar stammen avatar steven-chith avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angleproject's Issues

Store validation error

I tried uploading a sample application that uses Angle to the Windows Store and received the following validation errors - thought I should share it with you:

libEGL_phone.dll: 1028: The native API api-ms-win-core-libraryloader-l1-1-1.dll:GetModuleFileNameW() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API api-ms-win-core-libraryloader-l1-1-1.dll:GetModuleHandleW() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API api-ms-win-core-libraryloader-l1-1-1.dll:LoadLibraryExW() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCP110D.dll:??0_Container_base12@std@@qaa@XZ() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCP110D.dll:??0_Lockit@std@@qaa@H@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCP110D.dll:??0id@locale@std@@qaa@I@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCP110D.dll:??1_Container_base12@std@@qaa@XZ() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCP110D.dll:??1_Lockit@std@@qaa@XZ() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCP110D.dll:?_Debug_message@std@@YAXPB_W0I@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCP110D.dll:?_Getpfirst@_Container_base12@std@@QBAPAPAU_Iterator_base12@2@XZ() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCP110D.dll:?_Orphan_all@_Container_base12@std@@QAAXXZ() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCP110D.dll:?_Syserror_map@std@@YAPBDH@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCP110D.dll:?_Winerror_map@std@@YAPBDH@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCP110D.dll:?_Xbad_alloc@std@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCP110D.dll:?_Xlength_error@std@@YAXPBD@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCP110D.dll:?_Xout_of_range@std@@YAXPBD@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:??1type_info@@uaa@XZ() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:??2@YAPAXI@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:??3@YAXPAX@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:??_V@YAXPAX@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:?terminate@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:__C_specific_handler() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:__clean_type_info_names_internal() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:__CppXcptFilter() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:__CxxFrameHandler3() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:__dllonexit() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_amsg_exit() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_calloc_dbg() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_CRT_RTC_INITW() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_CrtDbgReportW() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_CrtSetCheckCount() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_CxxThrowException() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_free_dbg() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_initterm() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_initterm_e() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_invalid_parameter() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_lock() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_malloc_dbg() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_onexit() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_purecall() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_unlock() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_wassert() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_wmakepath_s() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:_wsplitpath_s() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:fclose() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:floorf() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:fopen() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:memchr() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:memcpy() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:memmove() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:memset() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:sprintf_s() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:strcmp() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:strcpy() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:strlen() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:vfprintf() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:vsprintf_s() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:wcscmp() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:wcscpy_s() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API MSVCR110D.dll:wcslen() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:??0Enum@Platform@@q$AAA@XZ() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:??0GridLength@Xaml@UI@Windows@@qaa@NW4GridUnitType@123@@z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:??0Object@Platform@@q$AAA@XZ() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:??0ValueType@Platform@@q$AAA@XZ() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?@string@Platform@@U$AAAXXZ() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_cast_Object_to_String@__abi_details@@yap$AAVString@Platform@@_NP$AAVObject@3@@z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_cast_String_to_Object@__abi_details@@yap$AAVObject@Platform@@p$AAVString@3@@z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_FailFast@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_ObjectToString@__abi_details@@yap$AAVString@Platform@@p$AAVObject@3@_N@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseAccessDeniedException@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseChangedStateException@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseClassNotRegisteredException@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseCOMException@@YAXJ@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseDisconnectedException@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseFailureException@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseInvalidArgumentException@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseInvalidCastException@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseNotImplementedException@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseNullReferenceException@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseObjectDisposedException@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseOperationCanceledException@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseOutOfBoundsException@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseOutOfMemoryException@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseWrongThreadException@@yaxxz() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?Allocate@Heap@Details@Platform@@SAPAXI@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?Free@Heap@Details@Platform@@SAXPAX@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?FreeException@Heap@Details@Platform@@SAXPAX@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?GetIBoxArrayVtable@Details@Platform@@YAPAXPAX@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?GetIidsFn@@YAJHPAKPBU__s_GUID@@PAPAVGuid@Platform@@@z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?InitializeData@Details@Platform@@yajh@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?ReCreateFromException@Details@Platform@@YAJP$AAVException@2@@z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libEGL_phone.dll: 1028: The native API vccorlib110d.DLL:?UninitializeData@Details@Platform@@Yaxh@Z() isn’t allowed in assembly libEGL_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API api-ms-win-core-libraryloader-l1-1-1.dll:GetModuleFileNameW() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API api-ms-win-core-libraryloader-l1-1-1.dll:GetModuleHandleW() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API api-ms-win-core-libraryloader-l1-1-1.dll:LoadLibraryExW() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??0?$basic_ios@DU?$char_traits@D@std@@@std@@iaa@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??0?$basic_iostream@DU?$char_traits@D@std@@@std@@qaa@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??0?$basic_istream@DU?$char_traits@D@std@@@std@@qaa@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??0?$basic_ostream@DU?$char_traits@D@std@@@std@@qaa@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@iaa@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??0_Container_base12@std@@qaa@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??0_Lockit@std@@qaa@H@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??0id@locale@std@@qaa@I@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??1?$basic_ios@DU?$char_traits@D@std@@@std@@uaa@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??1?$basic_iostream@DU?$char_traits@D@std@@@std@@uaa@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??1?$basic_istream@DU?$char_traits@D@std@@@std@@uaa@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??1?$basic_ostream@DU?$char_traits@D@std@@@std@@uaa@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@uaa@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??1_Container_base12@std@@qaa@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??1_Lockit@std@@qaa@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAAAAV01@AAH@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAAAAV01@AAI@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAAAAV01@AAM@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAAAAV01@_J@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAAAAV01@_K@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAAAAV01@H@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAAAAV01@I@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAAAAV01@M@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAAAAV01@P6AAAVios_base@1@AAV21@@z@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Add_vtordisp1@?$basic_ios@DU?$char_traits@D@std@@@std@@UAAXXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Add_vtordisp1@?$basic_istream@DU?$char_traits@D@std@@@std@@UAAXXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Add_vtordisp2@?$basic_ios@DU?$char_traits@D@std@@@std@@UAAXXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Add_vtordisp2@?$basic_ostream@DU?$char_traits@D@std@@@std@@UAAXXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_BADOFF@std@@3_JB() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Debug_message@std@@YAXPB_W0I@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Getpfirst@_Container_base12@std@@QBAPAPAU_Iterator_base12@2@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UAAXXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Orphan_all@_Container_base12@std@@QAAXXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAAXXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAAPADXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Swap_all@_Container_base12@std@@QAAXAAU12@@z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Syserror_map@std@@YAPBDH@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Throw_C_error@std@@Yaxh@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UAAXXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Winerror_map@std@@YAPBDH@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Xbad_alloc@std@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Xlength_error@std@@YAXPBD@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?_Xout_of_range@std@@YAXPBD@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?classic@locale@std@@SAABV12@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBAPADXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBAPADXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBAPADXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?fail@ios_base@std@@QBA_NXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QBADXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?flags@ios_base@std@@QBAHXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAAAAV12@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAAXH@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?good@ios_base@std@@QBA_NXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBAPADXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?imbue@?$basic_ios@DU?$char_traits@D@std@@@std@@qaa?AVlocale@2@ABV32@@z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?imbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAAXABVlocale@2@@z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBAPADXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?pbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAAXH@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBAPADXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?precision@ios_base@std@@QAA_J_J@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QBAPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?setbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAAPAV12@PAD_J@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?setf@ios_base@std@@QAAHH@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?setf@ios_base@std@@QAAHHH@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAAXPAD00@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAAXPAD00@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAAXPAD0@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QAAXH_N@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?showmanyc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAA_JXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAAHD@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAA_JPBD_J@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?sync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAAHXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QBAPAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?uflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAAHXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?uncaught_exception@std@@YA_NXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?unsetf@ios_base@std@@QAAXH@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?width@ios_base@std@@QAA_J_J@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?width@ios_base@std@@QBA_JXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAA_JPAD_J@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAA_JPBD_J@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:_FNan() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:_Mtx_destroy() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:_Mtx_init() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:_Mtx_lock() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCP110D.dll:_Mtx_unlock() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:??1type_info@@uaa@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:??2@YAPAXI@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:??3@YAXPAX@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:??_U@YAPAXI@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:??_V@YAXPAX@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:?terminate@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:__C_specific_handler() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:__clean_type_info_names_internal() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:__CppXcptFilter() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:__CxxFrameHandler3() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:__dllonexit() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:__iob_func() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:__RTDynamicCast() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_amsg_exit() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_calloc_dbg() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_CRT_RTC_INITW() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_CrtDbgReportW() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_CrtSetCheckCount() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_CxxThrowException() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_errno() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_free_dbg() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_initterm() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_initterm_e() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_invalid_parameter() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_lock() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_malloc_dbg() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_onexit() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_purecall() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_rotl() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_rotl64() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_snprintf() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_unlock() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_vsnprintf() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_wassert() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_wmakepath_s() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:_wsplitpath_s() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:atoi() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:ceil() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:ceilf() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:exit() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:fclose() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:floor() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:floorf() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:fopen() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:fprintf() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:free() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:fwrite() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:ldexp() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:ldiv() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:malloc() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:memchr() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:memcmp() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:memcpy() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:memmove() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:memset() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:modff() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:realloc() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:sprintf_s() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:sscanf() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:strcmp() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:strcpy() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:strlen() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:strncmp() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:strncpy() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:strstr() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:vfprintf() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:vsprintf_s() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:wcscmp() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:wcscpy_s() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:wcslen() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API MSVCR110D.dll:wcstombs() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:??0Enum@Platform@@q$AAA@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:??0GridLength@Xaml@UI@Windows@@qaa@NW4GridUnitType@123@@z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:??0Object@Platform@@q$AAA@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:??0ValueType@Platform@@q$AAA@XZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?@string@Platform@@U$AAAXXZ() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_cast_Object_to_String@__abi_details@@yap$AAVString@Platform@@_NP$AAVObject@3@@z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_cast_String_to_Object@__abi_details@@yap$AAVObject@Platform@@p$AAVString@3@@z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_FailFast@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_ObjectToString@__abi_details@@yap$AAVString@Platform@@p$AAVObject@3@_N@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseAccessDeniedException@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseChangedStateException@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseClassNotRegisteredException@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseCOMException@@YAXJ@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseDisconnectedException@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseFailureException@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseInvalidArgumentException@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseInvalidCastException@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseNotImplementedException@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseNullReferenceException@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseObjectDisposedException@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseOperationCanceledException@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseOutOfBoundsException@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseOutOfMemoryException@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?__abi_WinRTraiseWrongThreadException@@yaxxz() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?Allocate@Heap@Details@Platform@@SAPAXI@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?Free@Heap@Details@Platform@@SAXPAX@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?FreeException@Heap@Details@Platform@@SAXPAX@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?GetIBoxArrayVtable@Details@Platform@@YAPAXPAX@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?GetIidsFn@@YAJHPAKPBU__s_GUID@@PAPAVGuid@Platform@@@z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?InitializeData@Details@Platform@@yajh@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?ReCreateFromException@Details@Platform@@YAJP$AAVException@2@@z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.
libGLESv2_phone.dll: 1028: The native API vccorlib110d.DLL:?UninitializeData@Details@Platform@@Yaxh@Z() isn’t allowed in assembly libGLESv2_phone.dll. Update it and then try again.

shaders compiled by glslPrecompiler are not supported on WP8

Hello.

I'm trying to use angle on WP8 but apparently the precompiled shaders created by the glslPrecompiler are not supported on the device.
The error message is
D3D11 ERROR: ID3D11Device::CreatePixelShader: Invalid shader version provided: ps_4_0 [ STATE_CREATION ERROR #193: CREATEPIXELSHADER_INVALIDSHADERTYPE]

The RotatingCube sample for WP8 works fine using the precompiled shader that comes with the project.
I used the RotatingCube for winrt to make sure my code was correct. Running on winrt I can compile the glsl dinamycally or use precompiled shaders, it works either way.

I checked the readme file and tried several combinations of macro definitions but nothing worked.

Thanks in advance.

c++ c# interop IDrawingSurfaceManipulationHandler

Hey Dale,

Would it be possible for libangle to support
Windows::Phone::Input::Interop::IDrawingSurfaceManipulationHandler

Interop on WP8 would be very nice for WebView login screens and Ads.

Regards
Martell

winrtcompiler wp8 error

I compiled winrtcompiler but when i run the sample bat it only creates shader for winrt while WP8 version says: InitializeAngle: failed to initialize EGL
How can i fix this?

OpenGL ES1.1 support

hi,

I am not very familiar with the angle project. will it work with OpenGL ES1.1 too? Is there any compartibility mode for this? thanks

glslPrecompiler build failure

Attempting to build the "glslPrecompiler" solution causes the following compiler error...
'rx::Image9' : cannot instantiate abstract class

...in "renderer9.cpp", line 3220.

It happens because the Image class' pure virtual function updateSurface() has an additional boolean argument at the end that the derived Image9 class' function does not have. That is, the function signatures do not match.

WinRTCompiler fails to build in VS2013

How to reproduce:

  1. Have only Visual Studio 2013 with WP8 support included. (Includes 2012 toolset.)
  2. Open the "winrtcompiler.sln" in Visual Studio 2013.
  3. Click OK when it asks you to update it to 2013.
  4. Build a "Release" version.

Result:
I get several compiler errors like this...
error C2245: non-existent member function 'Platform::Details::Heap::Allocate' specified as friend

Notes:

  • I'm able to build the Angle project for Windows Phone 8 just fine for ARM and Win32.
  • I've noticed that the project configuration's "Additional #using directories" contains %28 and %29 where parenthesis should by in the "Program Files (x86)" part of the path. Changing them to parenthesis did not solve the problem.
  • I verified that files "Platform.winmd" and "Windows.winmd" are in the directories specified under "Addition #using directories".
  • I've noticed that the release build configuration has "Consume Windows Runtime Extensions" set to YES for release, but NO for debug.

I don't have Visual Studio 2012 available to me at the moment and will look into attempting a build with it later next week.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.