Udostępnij za pomocą


Błąd kompilatora C3131

projekt musi mieć atrybut "module" z właściwością "name"

Uwagi

Atrybut modułu musi mieć parametr name.

Example

Poniższy przykład generuje C3131:

// C3131.cpp
[emitidl];
[module];   // C3131
// try the following line instead
// [module (name="MyLib")];

[public]
typedef long int LongInt;