#import 特性“attribute”需要计数自变量;已忽略
#import
特性的参数数量不正确。
示例
// C4186.cpp
// compile with: /W1 /c
#import "stdole2.tlb" no_namespace("abc") rename("a","b","c") // C4186
no_namespace
特性不采用任何参数。 rename 特性仅采用两个参数。
#import 特性“attribute”需要计数自变量;已忽略
#import
特性的参数数量不正确。
// C4186.cpp
// compile with: /W1 /c
#import "stdole2.tlb" no_namespace("abc") rename("a","b","c") // C4186
no_namespace
特性不采用任何参数。 rename 特性仅采用两个参数。