“arg”:所需参数未在特性 idl_module 中指定
所需参数未传递到 idl_module 特性。
以下示例生成 C3347:
// C3347.cpp
// compile with: /c
[module(name="xx")];
[idl_module(dllname="x")]; // C3347
// try the following line instead
// [idl_module(name="test", dllname="x")];
“arg”:所需参数未在特性 idl_module 中指定
所需参数未传递到 idl_module 特性。
以下示例生成 C3347:
// C3347.cpp
// compile with: /c
[module(name="xx")];
[idl_module(dllname="x")]; // C3347
// try the following line instead
// [idl_module(name="test", dllname="x")];