Muistiinpano
Tälle sivulle pääsy edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoja.
Tälle sivulle pääsy edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoja.
'attribute-name' : attribute not found
Remarks
Your code uses an attribute that isn't supported in this context. Or, the attribute isn't available in this version of the compiler. To resolve this issue, remove the unsupported attribute.
Example
The following example generates C2337:
// C2337.cpp
// compile with: /c
[emitidl];
[module(name="x")];
[grasshopper] // C2337, not a supported attribute
class a{};