ciao.
Sto cercando di creare un wrapper attorno ad una libreria grafica nativa c++ 11 con c++ cli.
IL problema è che quando includo un file .h che ha come include <mutex> o <thread> mi da quest errore:
codice:
Errore	2	error C1189: #error :  <mutex> is not supported when compiling with /clr or /clr:pure.	C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\mutex	9	1	VertexTextures
grazie