Condividi tramite


Errore del compilatore C3360

'string': non è possibile creare un nome

Osservazioni:

Il valore passato all'attributo uuid non è valido.

Example

L'esempio seguente genera l'errore C3360:

// C3360.cpp
[ uuid("1") ]
// try this line instead
// [ uuid("12341234-1234-1234-1234-123412341234") ]
struct A   // C3360
{
};

int main()
{
}