项目必须具有带“name”属性的“module”特性
注解
module 特性必须具有名称参数。
Example
以下示例生成 C3131:
// C3131.cpp
[emitidl];
[module]; // C3131
// try the following line instead
// [module (name="MyLib")];
[public]
typedef long int LongInt;
项目必须具有带“name”属性的“module”特性
module 特性必须具有名称参数。
以下示例生成 C3131:
// C3131.cpp
[emitidl];
[module]; // C3131
// try the following line instead
// [module (name="MyLib")];
[public]
typedef long int LongInt;