次の方法で共有


コンパイラの警告 (レベル 1) C4185

不明な #import の属性 'attribute' を無視します

属性は、 #importの有効な属性ではありません。 これは無視されます。

// C4185.cpp
// compile with: /W1 /c
#import "stdole2.tlb" no_such_attribute   // C4185