well i was workin on porject samting nice, and i end up whet 2 errors :
ERROR 1#
Code:
error C2371: 'char16_t'*: redéfinition*; types de base différents \Microsoft Visual Studio 11.0\VC\include\yvals.h
ERROR 2#
Code:
error C2371: 'char16_t'*: redéfinition*; types de base différents \EASTL\EABase\eabase.h
So add it this code in to eabase and it fix ERROR 1
Code:
#if !defined(_CHAR16T)
#define _CHAR16T
#endif
a add it
_CHAR16T to pre-processor definitions and fix ERROR 2.
and that more errors popup
and dont know how to fix im going nuts for sure....